Method | Description | |
---|---|---|
ImplementedMethod ( ) : void | ||
Method1 ( ) : void | ||
Method2 ( ) : string | ||
Method3 ( ) : int | ||
Method4 ( int inValue ) : int | ||
Method5 ( int inValue, int &outValue ) : void | ||
Method6 ( int &value ) : void | ||
SimpleClass ( ) : System |
public Method5 ( int inValue, int &outValue ) : void | ||
inValue | int | |
outValue | int | |
return | void |