|
Public Member Functions |
| virtual void | Dispose () |
| | TMatchVector (System.Collections.ICollection c) |
| void | CopyTo (System.Array array) |
| void | CopyTo (System.Array array, int arrayIndex) |
| void | CopyTo (int index, System.Array array, int arrayIndex, int count) |
| TMatchVectorEnumerator | GetEnumerator () |
| void | Clear () |
| void | Add (TMatch x) |
| | TMatchVector () |
| | TMatchVector (int capacity) |
| void | AddRange (TMatchVector values) |
| TMatchVector | GetRange (int index, int count) |
| void | Insert (int index, TMatch x) |
| void | InsertRange (int index, TMatchVector values) |
| void | RemoveAt (int index) |
| void | RemoveRange (int index, int count) |
| void | Reverse () |
| void | Reverse (int index, int count) |
| void | SetRange (int index, TMatchVector values) |
Static Public Member Functions |
| TMatchVector | Repeat (TMatch value, int count) |
Protected Attributes |
| bool | swigCMemOwn |
Properties |
| bool | IsFixedSize |
| bool | IsReadOnly |
| TMatch | this [int index] |
| int | Capacity |
| int | Count |
| bool | IsSynchronized |
Private Member Functions |
| internal | TMatchVector (IntPtr cPtr, bool cMemoryOwn) |
| | ~TMatchVector () |
System.Collections.IEnumerator
System.Collections.IEnumerable. | GetEnumerator () |
| uint | size () |
| uint | capacity () |
| void | reserve (uint n) |
| TMatch | getitemcopy (int index) |
| TMatch | getitem (int index) |
| void | setitem (int index, TMatch val) |
Static Private Member Functions |
| internal HandleRef | getCPtr (TMatchVector obj) |
Private Attributes |
| HandleRef | swigCPtr |