|
|
| Uint32Set (global::System.IntPtr cPtr, bool cMemoryOwn) |
| | 仅供内部使用
|
| |
|
void | Dispose () |
| |
|
bool | TryGetValue (uint equalValue, out uint actualValue) |
| |
|
void | CopyTo (uint[] array) |
| |
|
void | CopyTo (uint[] array, int arrayIndex) |
| |
|
void | ExceptWith (global::System.Collections.Generic.IEnumerable< uint > other) |
| |
|
void | IntersectWith (global::System.Collections.Generic.IEnumerable< uint > other) |
| |
|
bool | IsProperSubsetOf (global::System.Collections.Generic.IEnumerable< uint > other) |
| |
|
bool | IsProperSupersetOf (global::System.Collections.Generic.IEnumerable< uint > other) |
| |
|
bool | IsSubsetOf (global::System.Collections.Generic.IEnumerable< uint > other) |
| |
|
bool | IsSupersetOf (global::System.Collections.Generic.IEnumerable< uint > other) |
| |
|
bool | Overlaps (global::System.Collections.Generic.IEnumerable< uint > other) |
| |
|
bool | SetEquals (global::System.Collections.Generic.IEnumerable< uint > other) |
| |
|
void | SymmetricExceptWith (global::System.Collections.Generic.IEnumerable< uint > other) |
| |
|
void | UnionWith (global::System.Collections.Generic.IEnumerable< uint > other) |
| |
|
Uint32SetEnumerator | GetEnumerator () |
| |
|
| Uint32Set (Uint32Set other) |
| |
|
void | Clear () |
| |
|
bool | Add (uint item) |
| |
|
bool | Contains (uint item) |
| |
|
bool | Remove (uint item) |
| |