Method | Description | |
---|---|---|
Constructor ( ) : System | ||
Constructor ( StubClass value ) : System | ||
Constructor ( int i, string s ) : System | ||
Constructor ( int i, string s, int values ) : System | ||
ToString ( ) : string |
public Constructor ( StubClass value ) : System | ||
value | StubClass | |
return | System |
public Constructor ( int i, string s ) : System | ||
i | int | |
s | string | |
return | System |
public Constructor ( int i, string s, int values ) : System | ||
i | int | |
s | string | |
values | int | |
return | System |