Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SetExclude(ref UInt32 dstSet, UInt32 Item) | |
| 2 | void SetExclude(ref UInt64 dstSet, UInt64 Item) |
Overload 1: void SetExclude(ref UInt32 dstSet, UInt32 Item)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | dstSet | UInt32 (ref) | |
| 2 | Item | UInt32 |
Result: stored in self (calling object)
Overload 2: void SetExclude(ref UInt64 dstSet, UInt64 Item)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | dstSet | UInt64 (ref) | |
| 2 | Item | UInt64 |
Result: stored in self (calling object)