C# Class tsg_Spec, gunpowder

Afficher le fichier Open project: calebhc/gunpowder

Méthodes publiques

Свойство Type Description
afters Stack>
befores Stack>
context string
spec Func

Méthodes publiques

Méthode Description
tsg_Spec ( Stack befores, Stack afters, Func spec, string context ) : System

Method Details

tsg_Spec() public méthode

public tsg_Spec ( Stack befores, Stack afters, Func spec, string context ) : System
befores Stack
afters Stack
spec Func
context string
Résultat System

Property Details

afters public_oe property

public Stack> afters
Résultat Stack>

befores public_oe property

public Stack> befores
Résultat Stack>

context public_oe property

public string context
Résultat string

spec public_oe property

public Func spec
Résultat Func