Class SdfPathListOpVector.SdfPathListOpVectorEnumerator
Inheritance
SdfPathListOpVector.SdfPathListOpVectorEnumerator
Namespace: pxr
Syntax
public sealed class SdfPathListOpVectorEnumerator : IEnumerator<SdfPathListOp>, IDisposable, IEnumerator
Constructors
SdfPathListOpVectorEnumerator(SdfPathListOpVector)
Declaration
public SdfPathListOpVectorEnumerator(SdfPathListOpVector collection)
Parameters
Properties
Current
Declaration
public SdfPathListOp Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration