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