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