Property | Type | Description | |
---|---|---|---|
First | int | ||
Second | int |
Method | Description | |
---|---|---|
IntPair ( int first, int second ) |
Initializes a new instance of the IntPair structure.
|
public IntPair ( int first, int second ) | ||
first | int | /// The first. /// |
second | int | /// The second. /// |