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