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