C# Class Microsoft.Zing.ZArray
ファイルを表示
Open project: ZingModelChecker/Zing
Class Usage Examples
Public Methods
Method |
Description |
|
ZArray ( ) : System.Collections.Generic |
|
|
ZArray ( System.Compiler.TypeNode elementType, int sizes ) : System.Collections.Generic |
|
|
Method Details
public ZArray ( ) : System.Collections.Generic |
return |
System.Collections.Generic |
|
public ZArray ( System.Compiler.TypeNode elementType, int sizes ) : System.Collections.Generic |
elementType |
System.Compiler.TypeNode |
|
sizes |
int |
|
return |
System.Collections.Generic |
|