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