C# Class Microsoft.Zing.With

Inheritance: System.Compiler.Statement
Exibir arquivo Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

Method Description
With ( ) : System.Collections.Generic
With ( System.Compiler.Identifier name, System.Compiler.Block block ) : System.Collections.Generic

Method Details

With() public method

public With ( ) : System.Collections.Generic
return System.Collections.Generic

With() public method

public With ( System.Compiler.Identifier name, System.Compiler.Block block ) : System.Collections.Generic
name System.Compiler.Identifier
block System.Compiler.Block
return System.Collections.Generic