Pair<T1, T2> Properties
Include Protected Members
Include Inherited Members
The Pair<T1, T2> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
First | Gets the first value in the pair. |
![]() |
IsEmpty | Returns a value that indicates whether either value of the pair is empty. |
![]() |
IsNullOrEmpty | Returns a value that indicates whether either value of the pair is a null reference (Nothing in Visual Basic) or empty. |
![]() |
Second | Gets the second value in the pair. |
Top
.gif)