SumType<T1,T2,T3,T4>.Third 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 third specified type.
public:
property T3 Third { T3 get(); };
public T3 Third { get; }
member this.Third : 'T3
Public ReadOnly Property Third As T3
Property Value
T3