Class GfVec4fVector.GfVec4fVectorEnumerator
Inheritance
GfVec4fVector.GfVec4fVectorEnumerator
Namespace: pxr
Syntax
public sealed class GfVec4fVectorEnumerator : IEnumerator<GfVec4f>, IDisposable, IEnumerator
Constructors
GfVec4fVectorEnumerator(GfVec4fVector)
Declaration
public GfVec4fVectorEnumerator(GfVec4fVector collection)
Parameters
Properties
Current
Declaration
public GfVec4f 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