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