docs.unity.cn
    Show / Hide Table of Contents

    Class SdfUInt64ListOpVector.SdfUInt64ListOpVectorEnumerator

    Inheritance
    Object
    SdfUInt64ListOpVector.SdfUInt64ListOpVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class SdfUInt64ListOpVectorEnumerator : IEnumerator<SdfUInt64ListOp>, IDisposable, IEnumerator

    Constructors

    SdfUInt64ListOpVectorEnumerator(SdfUInt64ListOpVector)

    Declaration
    public SdfUInt64ListOpVectorEnumerator(SdfUInt64ListOpVector collection)
    Parameters
    Type Name Description
    SdfUInt64ListOpVector collection

    Properties

    Current

    Declaration
    public SdfUInt64ListOp Current { get; }
    Property Value
    Type Description
    SdfUInt64ListOp

    Methods

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Reset()

    Declaration
    public void Reset()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023