DotNet Reference
DotNet Reference
Detailed Description
Definition at line 18 of file SearchMonitorVector.cs.
Classes | |
| class | SearchMonitorVectorEnumerator |
| Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More... | |
Public Member Functions | |
| void | Dispose () |
| SearchMonitorVector (global::System.Collections.IEnumerable c) | |
| SearchMonitorVector (global::System.Collections.Generic.IEnumerable< SearchMonitor > c) | |
| void | CopyTo (SearchMonitor[] array) |
| void | CopyTo (SearchMonitor[] array, int arrayIndex) |
| void | CopyTo (int index, SearchMonitor[] array, int arrayIndex, int count) |
| SearchMonitor[] | ToArray () |
| SearchMonitorVectorEnumerator | GetEnumerator () |
| void | Clear () |
| void | Add (SearchMonitor x) |
| SearchMonitorVector () | |
| SearchMonitorVector (SearchMonitorVector other) | |
| SearchMonitorVector (int capacity) | |
| void | AddRange (SearchMonitorVector values) |
| SearchMonitorVector | GetRange (int index, int count) |
| void | Insert (int index, SearchMonitor x) |
| void | InsertRange (int index, SearchMonitorVector values) |
| void | RemoveAt (int index) |
| void | RemoveRange (int index, int count) |
| void | Reverse () |
| void | Reverse (int index, int count) |
| void | SetRange (int index, SearchMonitorVector values) |
| bool | Contains (SearchMonitor value) |
| int | IndexOf (SearchMonitor value) |
| int | LastIndexOf (SearchMonitor value) |
| bool | Remove (SearchMonitor value) |
Static Public Member Functions | |
| static SearchMonitorVector | Repeat (SearchMonitor value, int count) |
| static implicit | operator SearchMonitorVector (SearchMonitor[] inVal) |
| static implicit | operator SearchMonitor[] (SearchMonitorVector inVal) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Properties | |
| bool | IsFixedSize [get] |
| bool | IsReadOnly [get] |
| SearchMonitor | this[int index] [get, set] |
| int | Capacity [get, set] |
| int | Count [get] |
| bool | IsSynchronized [get] |
Constructor & Destructor Documentation
◆ SearchMonitorVector() [1/5]
|
inline |
Definition at line 53 of file SearchMonitorVector.cs.
◆ SearchMonitorVector() [2/5]
|
inline |
Definition at line 61 of file SearchMonitorVector.cs.
◆ SearchMonitorVector() [3/5]
|
inline |
Definition at line 247 of file SearchMonitorVector.cs.
◆ SearchMonitorVector() [4/5]
|
inline |
Definition at line 250 of file SearchMonitorVector.cs.
◆ SearchMonitorVector() [5/5]
|
inline |
Definition at line 254 of file SearchMonitorVector.cs.
Member Function Documentation
◆ Add()
|
inline |
Definition at line 229 of file SearchMonitorVector.cs.
◆ AddRange()
|
inline |
Definition at line 277 of file SearchMonitorVector.cs.
◆ Clear()
|
inline |
Definition at line 225 of file SearchMonitorVector.cs.
◆ Contains()
|
inline |
Definition at line 330 of file SearchMonitorVector.cs.
◆ CopyTo() [1/3]
|
inline |
Definition at line 123 of file SearchMonitorVector.cs.
◆ CopyTo() [2/3]
|
inline |
Definition at line 113 of file SearchMonitorVector.cs.
◆ CopyTo() [3/3]
|
inline |
Definition at line 118 of file SearchMonitorVector.cs.
◆ Dispose() [1/2]
|
inline |
Definition at line 36 of file SearchMonitorVector.cs.
◆ Dispose() [2/2]
|
inlineprotectedvirtual |
Definition at line 41 of file SearchMonitorVector.cs.
◆ GetEnumerator()
|
inline |
Definition at line 155 of file SearchMonitorVector.cs.
◆ GetRange()
|
inline |
Definition at line 282 of file SearchMonitorVector.cs.
◆ IndexOf()
|
inline |
Definition at line 335 of file SearchMonitorVector.cs.
◆ Insert()
|
inline |
Definition at line 289 of file SearchMonitorVector.cs.
◆ InsertRange()
|
inline |
Definition at line 294 of file SearchMonitorVector.cs.
◆ LastIndexOf()
|
inline |
Definition at line 340 of file SearchMonitorVector.cs.
◆ operator SearchMonitor[]()
|
inlinestatic |
Definition at line 232 of file IntVarArrayHelper.cs.
◆ operator SearchMonitorVector()
|
inlinestatic |
Definition at line 223 of file IntVarArrayHelper.cs.
◆ Remove()
|
inline |
Definition at line 345 of file SearchMonitorVector.cs.
◆ RemoveAt()
|
inline |
Definition at line 299 of file SearchMonitorVector.cs.
◆ RemoveRange()
|
inline |
Definition at line 304 of file SearchMonitorVector.cs.
◆ Repeat()
|
inlinestatic |
Definition at line 309 of file SearchMonitorVector.cs.
◆ Reverse() [1/2]
|
inline |
Definition at line 316 of file SearchMonitorVector.cs.
◆ Reverse() [2/2]
|
inline |
Definition at line 320 of file SearchMonitorVector.cs.
◆ SetRange()
|
inline |
Definition at line 325 of file SearchMonitorVector.cs.
◆ ToArray()
|
inline |
Definition at line 141 of file SearchMonitorVector.cs.
Member Data Documentation
◆ swigCMemOwn
|
protected |
Definition at line 21 of file SearchMonitorVector.cs.
Property Documentation
◆ Capacity
|
getset |
Definition at line 90 of file SearchMonitorVector.cs.
◆ Count
|
get |
Definition at line 101 of file SearchMonitorVector.cs.
◆ IsFixedSize
|
get |
Definition at line 69 of file SearchMonitorVector.cs.
◆ IsReadOnly
|
get |
Definition at line 75 of file SearchMonitorVector.cs.
◆ IsSynchronized
|
get |
Definition at line 107 of file SearchMonitorVector.cs.
◆ this[int index]
|
getset |
Definition at line 81 of file SearchMonitorVector.cs.
The documentation for this class was generated from the following files: