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