DotNet Reference
DotNet Reference
Detailed Description
Definition at line 17 of file UtilInt64VectorVector.cs.
Classes | |
| class | UtilInt64VectorVectorEnumerator |
| Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More... | |
Public Member Functions | |
| void | Dispose () |
| UtilInt64VectorVector (global::System.Collections.IEnumerable c) | |
| UtilInt64VectorVector (global::System.Collections.Generic.IEnumerable< UtilInt64Vector > c) | |
| void | CopyTo (UtilInt64Vector[] array) |
| void | CopyTo (UtilInt64Vector[] array, int arrayIndex) |
| void | CopyTo (int index, UtilInt64Vector[] array, int arrayIndex, int count) |
| UtilInt64Vector[] | ToArray () |
| UtilInt64VectorVectorEnumerator | GetEnumerator () |
| void | Clear () |
| void | Add (UtilInt64Vector x) |
| UtilInt64VectorVector () | |
| UtilInt64VectorVector (UtilInt64VectorVector other) | |
| UtilInt64VectorVector (int capacity) | |
| void | AddRange (UtilInt64VectorVector values) |
| UtilInt64VectorVector | GetRange (int index, int count) |
| void | Insert (int index, UtilInt64Vector x) |
| void | InsertRange (int index, UtilInt64VectorVector values) |
| void | RemoveAt (int index) |
| void | RemoveRange (int index, int count) |
| void | Reverse () |
| void | Reverse (int index, int count) |
| void | SetRange (int index, UtilInt64VectorVector values) |
Static Public Member Functions | |
| static UtilInt64VectorVector | Repeat (UtilInt64Vector value, int count) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Properties | |
| bool | IsFixedSize [get] |
| bool | IsReadOnly [get] |
| UtilInt64Vector | this[int index] [get, set] |
| int | Capacity [get, set] |
| int | Count [get] |
| bool | IsSynchronized [get] |
Constructor & Destructor Documentation
◆ UtilInt64VectorVector() [1/5]
|
inline |
Definition at line 52 of file UtilInt64VectorVector.cs.
◆ UtilInt64VectorVector() [2/5]
|
inline |
Definition at line 60 of file UtilInt64VectorVector.cs.
◆ UtilInt64VectorVector() [3/5]
|
inline |
Definition at line 247 of file UtilInt64VectorVector.cs.
◆ UtilInt64VectorVector() [4/5]
|
inline |
Definition at line 250 of file UtilInt64VectorVector.cs.
◆ UtilInt64VectorVector() [5/5]
|
inline |
Definition at line 254 of file UtilInt64VectorVector.cs.
Member Function Documentation
◆ Add()
|
inline |
Definition at line 228 of file UtilInt64VectorVector.cs.
◆ AddRange()
|
inline |
Definition at line 275 of file UtilInt64VectorVector.cs.
◆ Clear()
|
inline |
Definition at line 224 of file UtilInt64VectorVector.cs.
◆ CopyTo() [1/3]
|
inline |
Definition at line 122 of file UtilInt64VectorVector.cs.
◆ CopyTo() [2/3]
|
inline |
Definition at line 112 of file UtilInt64VectorVector.cs.
◆ CopyTo() [3/3]
|
inline |
Definition at line 117 of file UtilInt64VectorVector.cs.
◆ Dispose() [1/2]
|
inline |
Definition at line 35 of file UtilInt64VectorVector.cs.
◆ Dispose() [2/2]
|
inlineprotectedvirtual |
Definition at line 40 of file UtilInt64VectorVector.cs.
◆ GetEnumerator()
|
inline |
Definition at line 154 of file UtilInt64VectorVector.cs.
◆ GetRange()
|
inline |
Definition at line 280 of file UtilInt64VectorVector.cs.
◆ Insert()
|
inline |
Definition at line 287 of file UtilInt64VectorVector.cs.
◆ InsertRange()
|
inline |
Definition at line 292 of file UtilInt64VectorVector.cs.
◆ RemoveAt()
|
inline |
Definition at line 297 of file UtilInt64VectorVector.cs.
◆ RemoveRange()
|
inline |
Definition at line 302 of file UtilInt64VectorVector.cs.
◆ Repeat()
|
inlinestatic |
Definition at line 307 of file UtilInt64VectorVector.cs.
◆ Reverse() [1/2]
|
inline |
Definition at line 314 of file UtilInt64VectorVector.cs.
◆ Reverse() [2/2]
|
inline |
Definition at line 318 of file UtilInt64VectorVector.cs.
◆ SetRange()
|
inline |
Definition at line 323 of file UtilInt64VectorVector.cs.
◆ ToArray()
|
inline |
Definition at line 140 of file UtilInt64VectorVector.cs.
Member Data Documentation
◆ swigCMemOwn
|
protected |
Definition at line 20 of file UtilInt64VectorVector.cs.
Property Documentation
◆ Capacity
|
getset |
Definition at line 89 of file UtilInt64VectorVector.cs.
◆ Count
|
get |
Definition at line 100 of file UtilInt64VectorVector.cs.
◆ IsFixedSize
|
get |
Definition at line 68 of file UtilInt64VectorVector.cs.
◆ IsReadOnly
|
get |
Definition at line 74 of file UtilInt64VectorVector.cs.
◆ IsSynchronized
|
get |
Definition at line 106 of file UtilInt64VectorVector.cs.
◆ this[int index]
|
getset |
Definition at line 80 of file UtilInt64VectorVector.cs.
The documentation for this class was generated from the following file: