SumType<T1,T2>.First Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value as the first specified type.
public:
property T1 First { T1 get(); };
public T1 First { get; }
member this.First : 'T1
Public ReadOnly Property First As T1
Property Value
T1