Definition at line 17 of file UtilInt64Vector.cs.
|
| class | UtilInt64VectorEnumerator |
| | Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More...
|
| |
|
| void | Dispose () |
| |
| | UtilInt64Vector (global::System.Collections.IEnumerable c) |
| |
| | UtilInt64Vector (global::System.Collections.Generic.IEnumerable< long > c) |
| |
| void | CopyTo (long[] array) |
| |
| void | CopyTo (long[] array, int arrayIndex) |
| |
| void | CopyTo (int index, long[] array, int arrayIndex, int count) |
| |
| long[] | ToArray () |
| |
| UtilInt64VectorEnumerator | GetEnumerator () |
| |
| void | Clear () |
| |
| void | Add (long x) |
| |
| | UtilInt64Vector () |
| |
| | UtilInt64Vector (UtilInt64Vector other) |
| |
| | UtilInt64Vector (int capacity) |
| |
| void | AddRange (UtilInt64Vector values) |
| |
| UtilInt64Vector | GetRange (int index, int count) |
| |
| void | Insert (int index, long x) |
| |
| void | InsertRange (int index, UtilInt64Vector values) |
| |
| void | RemoveAt (int index) |
| |
| void | RemoveRange (int index, int count) |
| |
| void | Reverse () |
| |
| void | Reverse (int index, int count) |
| |
| void | SetRange (int index, UtilInt64Vector values) |
| |
| bool | Contains (long value) |
| |
| int | IndexOf (long value) |
| |
| int | LastIndexOf (long value) |
| |
| bool | Remove (long value) |
| |
|
| virtual void | Dispose (bool disposing) |
| |
◆ UtilInt64Vector() [1/5]
◆ UtilInt64Vector() [2/5]
| UtilInt64Vector |
( |
global::System.Collections.Generic.IEnumerable< long > |
c | ) |
|
|
inline |
◆ UtilInt64Vector() [3/5]
◆ UtilInt64Vector() [4/5]
◆ UtilInt64Vector() [5/5]
◆ Add()
◆ AddRange()
◆ Clear()
◆ Contains()
| bool Contains |
( |
long |
value | ) |
|
|
inline |
◆ CopyTo() [1/3]
| void CopyTo |
( |
int |
index, |
|
|
long[] |
array, |
|
|
int |
arrayIndex, |
|
|
int |
count |
|
) |
| |
|
inline |
◆ CopyTo() [2/3]
| void CopyTo |
( |
long[] |
array | ) |
|
|
inline |
◆ CopyTo() [3/3]
| void CopyTo |
( |
long[] |
array, |
|
|
int |
arrayIndex |
|
) |
| |
|
inline |
◆ Dispose() [1/2]
◆ Dispose() [2/2]
| virtual void Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotectedvirtual |
◆ GetEnumerator()
◆ GetRange()
◆ IndexOf()
| int IndexOf |
( |
long |
value | ) |
|
|
inline |
◆ Insert()
| void Insert |
( |
int |
index, |
|
|
long |
x |
|
) |
| |
|
inline |
◆ InsertRange()
◆ LastIndexOf()
| int LastIndexOf |
( |
long |
value | ) |
|
|
inline |
◆ Remove()
| bool Remove |
( |
long |
value | ) |
|
|
inline |
◆ RemoveAt()
| void RemoveAt |
( |
int |
index | ) |
|
|
inline |
◆ RemoveRange()
| void RemoveRange |
( |
int |
index, |
|
|
int |
count |
|
) |
| |
|
inline |
◆ Repeat()
◆ Reverse() [1/2]
◆ Reverse() [2/2]
| void Reverse |
( |
int |
index, |
|
|
int |
count |
|
) |
| |
|
inline |
◆ SetRange()
◆ ToArray()
◆ swigCMemOwn
◆ Capacity
◆ Count
◆ IsFixedSize
◆ IsReadOnly
◆ IsSynchronized
◆ this[int index]
The documentation for this class was generated from the following file: