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