C# Class tsg_Spec, gunpowder

Exibir arquivo Open project: calebhc/gunpowder

Public Properties

Property Type Description
afters Stack>
befores Stack>
context string
spec Func

Public Methods

Method Description
tsg_Spec ( Stack befores, Stack afters, Func spec, string context ) : System

Method Details

tsg_Spec() public method

public tsg_Spec ( Stack befores, Stack afters, Func spec, string context ) : System
befores Stack
afters Stack
spec Func
context string
return System

Property Details

afters public_oe property

public Stack> afters
return Stack>

befores public_oe property

public Stack> befores
return Stack>

context public_oe property

public string context
return string

spec public_oe property

public Func spec
return Func