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
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration