Class SdfInt64ListOpVector
Inheritance
SdfInt64ListOpVector
Namespace: pxr
Syntax
public class SdfInt64ListOpVector : IDisposable, IEnumerable<SdfInt64ListOp>, IEnumerable
Constructors
SdfInt64ListOpVector()
Declaration
public SdfInt64ListOpVector()
SdfInt64ListOpVector(SdfInt64ListOpVector)
Declaration
public SdfInt64ListOpVector(SdfInt64ListOpVector other)
Parameters
SdfInt64ListOpVector(ICollection)
Declaration
public SdfInt64ListOpVector(ICollection c)
Parameters
SdfInt64ListOpVector(Int32)
Declaration
public SdfInt64ListOpVector(int capacity)
Parameters
Type |
Name |
Description |
Int32 |
capacity |
|
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
Capacity
Declaration
public int Capacity { get; set; }
Property Value
Count
Declaration
public int Count { get; }
Property Value
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Item[Int32]
Declaration
public SdfInt64ListOp this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Methods
Add(SdfInt64ListOp)
Declaration
public void Add(SdfInt64ListOp x)
Parameters
AddRange(SdfInt64ListOpVector)
Declaration
public void AddRange(SdfInt64ListOpVector values)
Parameters
Clear()
Declaration
CopyTo(SdfInt64ListOp[])
Declaration
public void CopyTo(SdfInt64ListOp[] array)
Parameters
CopyTo(SdfInt64ListOp[], Int32)
Declaration
public void CopyTo(SdfInt64ListOp[] array, int arrayIndex)
Parameters
CopyTo(Int32, SdfInt64ListOp[], Int32, Int32)
Declaration
public void CopyTo(int index, SdfInt64ListOp[] array, int arrayIndex, int count)
Parameters
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()
GetEnumerator()
Declaration
public SdfInt64ListOpVector.SdfInt64ListOpVectorEnumerator GetEnumerator()
Returns
GetRange(Int32, Int32)
Declaration
public SdfInt64ListOpVector GetRange(int index, int count)
Parameters
Returns
Insert(Int32, SdfInt64ListOp)
Declaration
public void Insert(int index, SdfInt64ListOp x)
Parameters
InsertRange(Int32, SdfInt64ListOpVector)
Declaration
public void InsertRange(int index, SdfInt64ListOpVector values)
Parameters
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
Repeat(SdfInt64ListOp, Int32)
Declaration
public static SdfInt64ListOpVector Repeat(SdfInt64ListOp value, int count)
Parameters
Returns
Reverse()
Declaration
Reverse(Int32, Int32)
Declaration
public void Reverse(int index, int count)
Parameters
SetRange(Int32, SdfInt64ListOpVector)
Declaration
public void SetRange(int index, SdfInt64ListOpVector values)
Parameters
Explicit Interface Implementations
IEnumerable<SdfInt64ListOp>.GetEnumerator()
Declaration
IEnumerator<SdfInt64ListOp> IEnumerable<SdfInt64ListOp>.GetEnumerator()
Returns
Implements
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Implements