PooledInlineList<T>.Enumerator<T> Struct
Definition
public struct PooledInlineList<T>.Enumerator<T>
Constructors
| Name | Description |
|---|---|
| PooledInlineList<T>.Enumerator<T> | No summary available. |
PooledInlineList<T>.Enumerator<T> Constructor
public PooledInlineList<T>.Enumerator<T>(object item)
Parameters
item object
Methods
Dispose Method
public void Dispose()
MoveNext Method
public bool MoveNext()
Returns
bool
Reset Method
public void Reset()
Properties
| Name | Description |
|---|---|
| Current | No summary available. |
Current Property
public T Current { get; set; }