Beef Corlib
|
Classes | |
struct | Enumerator |
Public Member Functions | |
void | Dispose () |
void | Add (T value) |
bool | Remove (T value) |
void | RemoveAt (int idx) |
Enumerator | GetEnumerator () |
Static Public Member Functions | |
static | operator Span< T > (ref Self self) |
Public Attributes | |
bool | IsEmpty => true |
int | Count => 0 |
Properties | |
T | this[int idx] [get, set] |