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
Implements
Methods
Dispose()
Declaration
Implements
MoveNext()
Declaration
Returns
Implements
Reset()
Declaration
Implements
Explicit Interface Implementations
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Implements