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