 | PairS, T Constructor (S, T) |
Initializes a new instance of the
PairS, T class
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 8.0beta
Syntaxpublic Pair(
S fst,
T snd
)
Parameters
- fst
- Type: S
- snd
- Type: T
See Also