Pair<T1, T2> Properties

Include Protected Members
Include Inherited Members

The Pair<T1, T2> type exposes the following members.

Properties

  Name Description
Public property First Gets the first value in the pair.
Public property IsEmpty Returns a value that indicates whether either value of the pair is empty.
Public property IsNullOrEmpty Returns a value that indicates whether either value of the pair is a null reference (Nothing in Visual Basic) or empty.
Public property Second Gets the second value in the pair.

Top

See Also

Reference

Pair<T1, T2> Structure

Microsoft.BusinessData.Infrastructure Namespace