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