void
| Dispose ()
|
| VectorStringSwig (global::System.Collections.IEnumerable c)
|
| VectorStringSwig (global::System.Collections.Generic.IEnumerable< string > c)
|
void
| CopyTo (string[] array)
|
void
| CopyTo (string[] array, int arrayIndex)
|
void
| CopyTo (int index, string[] array, int arrayIndex, int count)
|
string []
| ToArray ()
|
VectorStringSwigEnumerator
| GetEnumerator ()
|
void
| Clear ()
|
void
| Add (string x)
|
| VectorStringSwig (VectorStringSwig other)
|
| VectorStringSwig (int capacity)
|
void
| AddRange (VectorStringSwig values)
|
VectorStringSwig
| GetRange (int index, int count)
|
void
| Insert (int index, string x)
|
void
| InsertRange (int index, VectorStringSwig values)
|
void
| RemoveAt (int index)
|
void
| RemoveRange (int index, int count)
|
void
| Reverse ()
|
void
| Reverse (int index, int count)
|
void
| SetRange (int index, VectorStringSwig values)
|
bool
| Contains (string value)
|
int
| IndexOf (string value)
|
int
| LastIndexOf (string value)
|
bool
| Remove (string value)
|