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