Class TfTypeVector.TfTypeVectorEnumerator
Namespace: pxr
Syntax
public sealed class TfTypeVectorEnumerator : IEnumerator<TfType>, IDisposable, IEnumerator
Constructors
TfTypeVectorEnumerator(TfTypeVector)
Declaration
public TfTypeVectorEnumerator(TfTypeVector collection)
Parameters
| Type | Name | Description |
|---|---|---|
| TfTypeVector | collection |
Properties
Current
Declaration
public TfType Current { get; }
Property Value
| Type | Description |
|---|---|
| TfType |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| Boolean |
Reset()
Declaration
public void Reset()