Class UsdGeomLongVector
Inheritance
UsdGeomLongVector
Namespace: pxr
Syntax
public class UsdGeomLongVector : IDisposable, IList<long>, ICollection<long>, IEnumerable<long>, IEnumerable
Constructors
UsdGeomLongVector()
Declaration
public UsdGeomLongVector()
UsdGeomLongVector(UsdGeomLongVector)
Declaration
public UsdGeomLongVector(UsdGeomLongVector other)
Parameters
UsdGeomLongVector(ICollection)
Declaration
public UsdGeomLongVector(ICollection c)
Parameters
UsdGeomLongVector(Int32)
Declaration
public UsdGeomLongVector(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
Implements
IsFixedSize
Declaration
public bool IsFixedSize { get; }
Property Value
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Implements
IsSynchronized
Declaration
public bool IsSynchronized { get; }
Property Value
Item[Int32]
Declaration
public long this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Implements
Methods
Add(Int64)
Declaration
Parameters
Type |
Name |
Description |
Int64 |
x |
|
Implements
AddRange(UsdGeomLongVector)
Declaration
public void AddRange(UsdGeomLongVector values)
Parameters
Clear()
Declaration
Implements
Contains(Int64)
Declaration
public bool Contains(long value)
Parameters
Type |
Name |
Description |
Int64 |
value |
|
Returns
Implements
CopyTo(Int32, Int64[], Int32, Int32)
Declaration
public void CopyTo(int index, long[] array, int arrayIndex, int count)
Parameters
CopyTo(Int64[])
Declaration
public void CopyTo(long[] array)
Parameters
Type |
Name |
Description |
Int64[] |
array |
|
CopyTo(Int64[], Int32)
Declaration
public void CopyTo(long[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
Int64[] |
array |
|
Int32 |
arrayIndex |
|
Implements
Dispose()
Declaration
public virtual void Dispose()
Implements
Finalize()
Declaration
protected void Finalize()
GetEnumerator()
Declaration
public UsdGeomLongVector.UsdGeomLongVectorEnumerator GetEnumerator()
Returns
GetRange(Int32, Int32)
Declaration
public UsdGeomLongVector GetRange(int index, int count)
Parameters
Returns
IndexOf(Int64)
Declaration
public int IndexOf(long value)
Parameters
Type |
Name |
Description |
Int64 |
value |
|
Returns
Implements
Insert(Int32, Int64)
Declaration
public void Insert(int index, long x)
Parameters
Implements
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
InsertRange(Int32, UsdGeomLongVector)
Declaration
public void InsertRange(int index, UsdGeomLongVector values)
Parameters
LastIndexOf(Int64)
Declaration
public int LastIndexOf(long value)
Parameters
Type |
Name |
Description |
Int64 |
value |
|
Returns
Remove(Int64)
Declaration
public bool Remove(long value)
Parameters
Type |
Name |
Description |
Int64 |
value |
|
Returns
Implements
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Implements
RemoveRange(Int32, Int32)
Declaration
public void RemoveRange(int index, int count)
Parameters
Repeat(Int64, Int32)
Declaration
public static UsdGeomLongVector Repeat(long value, int count)
Parameters
Returns
Reverse()
Declaration
Reverse(Int32, Int32)
Declaration
public void Reverse(int index, int count)
Parameters
SetRange(Int32, UsdGeomLongVector)
Declaration
public void SetRange(int index, UsdGeomLongVector values)
Parameters
Explicit Interface Implementations
IEnumerable<Int64>.GetEnumerator()
Declaration
IEnumerator<long> IEnumerable<long>.GetEnumerator()
Returns
Implements
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Implements