|
Public Member Functions |
| virtual void | Dispose () |
| | StringVector (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) |
| StringVectorEnumerator | GetEnumerator () |
| void | Clear () |
| void | Add (string x) |
| | StringVector () |
| | StringVector (int capacity) |
| void | AddRange (StringVector values) |
| StringVector | GetRange (int index, int count) |
| void | Insert (int index, string x) |
| void | InsertRange (int index, StringVector values) |
| void | RemoveAt (int index) |
| void | RemoveRange (int index, int count) |
| void | Reverse () |
| void | Reverse (int index, int count) |
| void | SetRange (int index, StringVector values) |
| bool | Contains (string value) |
| int | IndexOf (string value) |
| int | LastIndexOf (string value) |
| void | Remove (string value) |
Static Public Member Functions |
| StringVector | Repeat (string value, int count) |
Protected Attributes |
| bool | swigCMemOwn |
Properties |
| bool | IsFixedSize |
| bool | IsReadOnly |
| string | this [int index] |
| int | Capacity |
| int | Count |
| bool | IsSynchronized |
Private Member Functions |
| internal | StringVector (IntPtr cPtr, bool cMemoryOwn) |
| | ~StringVector () |
System.Collections.IEnumerator
System.Collections.IEnumerable. | GetEnumerator () |
| uint | size () |
| uint | capacity () |
| void | reserve (uint n) |
| string | getitemcopy (int index) |
| string | getitem (int index) |
| void | setitem (int index, string val) |
Static Private Member Functions |
| internal HandleRef | getCPtr (StringVector obj) |
Private Attributes |
| HandleRef | swigCPtr |