Click or drag to resize

PairT1, T2 Constructor (KeyValuePairT1, T2)

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public Pair(
	KeyValuePair<T1, T2> pair
)

Parameters

pair
Type: System.Collections.GenericKeyValuePairT1, T2
See Also