Show / Hide Table of Contents

Class Optional<T>

Inheritance
System.Object
OptionalParent
Optional<T>
Namespace: ShadowBox.Types.Internal
Assembly: cs.temp.dll.dll
Syntax
public class Optional<T> : OptionalParent
Type Parameters
Name Description
T

Fields

IsSet

Declaration
public bool IsSet
Field Value
Type Description
System.Boolean

Value

Declaration
public T Value
Field Value
Type Description
T
Back to top Generated by DocFX