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