SumType<T1,T2,T3,T4>.Value Property

Definition

Gets the value stored in the SumType. This can be matched against using the "is" operator.

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
public object? Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

Property Value

Implements

Applies to