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