|
| FirSet () |
| Create an empty set More...
|
|
TI | GetAt (ulong pos) |
| Get item at a given position More...
|
|
IFaceSDKSet< TI > | SetAt (ulong pos, TI item) |
| Set an item at a given position More...
|
|
void | Insert (int pos, TI item) |
|
bool | Contains (TI item) |
|
int | IndexOf (TI item) |
|
void | Add (TI item) |
|
IFaceSDKSet< TI > | AddRange (IEnumerable< TI > appendFrom) |
| Append a collection to this set More...
|
|
void | CopyTo (TI[] where, int pos) |
|
IFaceSDKSet< TI > | RemoveAt (ulong pos) |
| Remove an item at a specified index More...
|
|
void | RemoveAt (int pos) |
|
bool | Remove (TI item) |
|
void | Clear () |
|
IEnumerator< TI > | GetEnumerator () |
|
TI | GetAt (ulong pos) |
| Get item at a given position More...
|
|
IFaceSDKSet< TI > | SetAt (ulong pos, TI item) |
| Set an item at a given position More...
|
|
IFaceSDKSet< TI > | AddRange (IEnumerable< TI > appendFrom) |
| Append a collection to this set More...
|
|
IFaceSDKSet< TI > | RemoveAt (ulong pos) |
| Remove an item at a specified index More...
|
|
|
bool | IsReadOnly |
|
int | Count [get] |
|
TI | this[ulong pos] [get, set] |
|
TI | this[int pos] [get, set] |
|
TI | this[ulong pos] [get, set] |
| Gets or sets an item at a given position More...
|
|
◆ FirSet()
FaceSDK.Base.FirSet.FirSet |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: