Pair
Tuple class that supports 2 values
Operations
GetSecond
Returns the second value
method : public : GetSecond() ~ B
Return
Type | Description |
---|---|
B | second value |
ToString
Formats tuple into a string
method : public : ToString() ~ String
Return
Type | Description |
---|---|
String | string representation |