Show / Hide Table of Contents

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

In This Article
Back to top Copyright FasterGames ©