Свойство | Type | Description | |
---|---|---|---|
TestMainMethodInfo | MethodInfo | ||
TestMainMethodInfoWithDefault | MethodInfo |
Méthode | Description | |
---|---|---|
TestMain ( string name, IConsole console ) : void |
Help for the test program
|
|
TestMainWithDefault ( string name = "Bruce", IConsole console = null ) : void |
public TestMain ( string name, IConsole console ) : void | ||
name | string | Specifies the name option |
console | IConsole | |
Résultat | void |
public TestMainWithDefault ( string name = "Bruce", IConsole console = null ) : void | ||
name | string | |
console | IConsole | |
Résultat | void |
public static MethodInfo TestMainMethodInfo | ||
Résultat | MethodInfo |