C# Class Microsoft.Zing.Range
Mostra file
Open project: ZingModelChecker/Zing
Class Usage Examples
Public Methods
Method |
Description |
|
Range ( ) : System.Collections.Generic |
|
|
Range ( System.Compiler.Expression min, System.Compiler.Expression max ) : System.Collections.Generic |
|
|
Method Details
public Range ( ) : System.Collections.Generic |
return |
System.Collections.Generic |
|
public Range ( System.Compiler.Expression min, System.Compiler.Expression max ) : System.Collections.Generic |
min |
System.Compiler.Expression |
|
max |
System.Compiler.Expression |
|
return |
System.Collections.Generic |
|