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