docs.unity3d.com
    Show / Hide Table of Contents

    Class SdfUInt64ListOpVector

    Inheritance
    Object
    SdfUInt64ListOpVector
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class SdfUInt64ListOpVector : IDisposable, IEnumerable<SdfUInt64ListOp>, IEnumerable

    Constructors

    SdfUInt64ListOpVector()

    Declaration
    public SdfUInt64ListOpVector()

    SdfUInt64ListOpVector(SdfUInt64ListOpVector)

    Declaration
    public SdfUInt64ListOpVector(SdfUInt64ListOpVector other)
    Parameters
    Type Name Description
    SdfUInt64ListOpVector other

    SdfUInt64ListOpVector(ICollection)

    Declaration
    public SdfUInt64ListOpVector(ICollection c)
    Parameters
    Type Name Description
    ICollection c

    SdfUInt64ListOpVector(Int32)

    Declaration
    public SdfUInt64ListOpVector(int capacity)
    Parameters
    Type Name Description
    Int32 capacity

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Properties

    Capacity

    Declaration
    public int Capacity { get; set; }
    Property Value
    Type Description
    Int32

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32

    IsFixedSize

    Declaration
    public bool IsFixedSize { get; }
    Property Value
    Type Description
    Boolean

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    Boolean

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    Boolean

    Item[Int32]

    Declaration
    public SdfUInt64ListOp this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    SdfUInt64ListOp

    Methods

    Add(SdfUInt64ListOp)

    Declaration
    public void Add(SdfUInt64ListOp x)
    Parameters
    Type Name Description
    SdfUInt64ListOp x

    AddRange(SdfUInt64ListOpVector)

    Declaration
    public void AddRange(SdfUInt64ListOpVector values)
    Parameters
    Type Name Description
    SdfUInt64ListOpVector values

    Clear()

    Declaration
    public void Clear()

    CopyTo(SdfUInt64ListOp[])

    Declaration
    public void CopyTo(SdfUInt64ListOp[] array)
    Parameters
    Type Name Description
    SdfUInt64ListOp[] array

    CopyTo(SdfUInt64ListOp[], Int32)

    Declaration
    public void CopyTo(SdfUInt64ListOp[] array, int arrayIndex)
    Parameters
    Type Name Description
    SdfUInt64ListOp[] array
    Int32 arrayIndex

    CopyTo(Int32, SdfUInt64ListOp[], Int32, Int32)

    Declaration
    public void CopyTo(int index, SdfUInt64ListOp[] array, int arrayIndex, int count)
    Parameters
    Type Name Description
    Int32 index
    SdfUInt64ListOp[] array
    Int32 arrayIndex
    Int32 count

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

    Declaration
    public SdfUInt64ListOpVector.SdfUInt64ListOpVectorEnumerator GetEnumerator()
    Returns
    Type Description
    SdfUInt64ListOpVector.SdfUInt64ListOpVectorEnumerator

    GetRange(Int32, Int32)

    Declaration
    public SdfUInt64ListOpVector GetRange(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count
    Returns
    Type Description
    SdfUInt64ListOpVector

    Insert(Int32, SdfUInt64ListOp)

    Declaration
    public void Insert(int index, SdfUInt64ListOp x)
    Parameters
    Type Name Description
    Int32 index
    SdfUInt64ListOp x

    InsertRange(Int32, SdfUInt64ListOpVector)

    Declaration
    public void InsertRange(int index, SdfUInt64ListOpVector values)
    Parameters
    Type Name Description
    Int32 index
    SdfUInt64ListOpVector values

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    Int32 index

    RemoveRange(Int32, Int32)

    Declaration
    public void RemoveRange(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count

    Repeat(SdfUInt64ListOp, Int32)

    Declaration
    public static SdfUInt64ListOpVector Repeat(SdfUInt64ListOp value, int count)
    Parameters
    Type Name Description
    SdfUInt64ListOp value
    Int32 count
    Returns
    Type Description
    SdfUInt64ListOpVector

    Reverse()

    Declaration
    public void Reverse()

    Reverse(Int32, Int32)

    Declaration
    public void Reverse(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count

    SetRange(Int32, SdfUInt64ListOpVector)

    Declaration
    public void SetRange(int index, SdfUInt64ListOpVector values)
    Parameters
    Type Name Description
    Int32 index
    SdfUInt64ListOpVector values

    Explicit Interface Implementations

    IEnumerable<SdfUInt64ListOp>.GetEnumerator()

    Declaration
    IEnumerator<SdfUInt64ListOp> IEnumerable<SdfUInt64ListOp>.GetEnumerator()
    Returns
    Type Description
    IEnumerator<SdfUInt64ListOp>
    Implements
    IEnumerable<T>.GetEnumerator()

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    IEnumerator
    Implements
    IEnumerable.GetEnumerator()
    Back to top
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Thursday, October 19, 2023