Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.ValueListBuilder< T > Struct Template Reference

Public Member Functions

 ValueListBuilder (Span< T > initialSpan)
 
void Append (T item)
 
ReadOnlySpan< TAsSpan ()
 
void Dispose ()
 
T Pop ()
 
 ValueListBuilder (Span< T > initialSpan)
 
void Append (T item)
 
ReadOnlySpan< TAsSpan ()
 
void Dispose ()
 

Properties

int Length [get, set]
 
ref T this[int index] [get]
 

Private Member Functions

void Grow ()
 
void Grow ()
 

Private Attributes

Span< T_span
 
T[] _arrayFromPool
 
int _pos
 

Detailed Description

Definition at line 6 of file ValueListBuilder.cs.


The documentation for this struct was generated from the following files: