Enum MutRef<T>.Selector
The selector determines which data type will be accessed.
Namespace: FasterGames.Whiskey.Boxes
Assembly: cs.temp.dll.dll
Syntax
public enum Selector
Fields
| Name | Description |
|---|---|
| Boxed | Provides access indirectly - stores reference to a box internally |
| Direct | Provides access directly - stores the value internally |