Property | Type | Description | |
---|---|---|---|
aField | string |
Method | Description | |
---|---|---|
ReturnType ( ) : string | ||
SecondMethod ( ) : void | ||
SecondMethod2 ( string one, int two ) : void | ||
SecondMethod3 ( string one, First two ) : void |
public SecondMethod2 ( string one, int two ) : void | ||
one | string | |
two | int | |
return | void |
public SecondMethod3 ( string one, First two ) : void | ||
one | string | |
two | First | |
return | void |