Share via


Pair<T,V>.Second Property

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the second type of the pair.

public:
 property V Second { V get(); };
public V Second { get; }
member this.Second : 'V
Public ReadOnly Property Second As V

Property Value

V

The second type of the pair.

Applies to