Click or drag to resize

Optional Class

The base class of the generic Optional class.
Inheritance Hierarchy

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class Optional

The Optional type exposes the following members.

Constructors
  NameDescription
Public methodOptional
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
Remarks
This is an empty class; the reason it exists is so that a single property drawer can be used for all classes that derive from the generic Optional class.
See Also