Class TfTypeVector.TfTypeVectorEnumerator
Inheritance
TfTypeVector.TfTypeVectorEnumerator
Namespace: pxr
Syntax
public sealed class TfTypeVectorEnumerator : IEnumerator<TfType>, IDisposable, IEnumerator
Constructors
TfTypeVectorEnumerator(TfTypeVector)
Declaration
public TfTypeVectorEnumerator(TfTypeVector collection)
Parameters
Properties
Current
Declaration
public TfType Current { get; }
Property Value
Implements
Methods
Dispose()
Declaration
Implements
MoveNext()
Declaration
Returns
Implements
Reset()
Declaration
Implements
Explicit Interface Implementations
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Implements