<PackageReference Include="Castle.Core" Version="4.0.0-alpha001" />
Pair<TFirst, TSecond>
General purpose class to represent a standard pair of values.
public TFirst First {
get; }
public TSecond Second {
get; }
public Pair(
TFirst first,
TSecond second)
Constructs a pair with its values