Method | Description | |
---|---|---|
ComplexAsVariant ( object v, int num ) : object | ||
FireOffSomeEvent ( ) : void | ||
GetEmptyObjArr ( ) : IDemoOne[] | ||
GetObjArr ( ) : IDemoOne[] | ||
GetPresences ( uint @contacts, SimplePresence>.IDictionary |
||
GetSomeVariant ( ) : object | ||
IDemoTwo ( string str ) : void | ||
Say ( string str ) : int | ||
Say ( object var ) : void | ||
Say2 ( string str ) : void | ||
SayEnum ( DemoEnum a, DemoEnum b ) : void | ||
ThrowSomeException ( ) : void | ||
WithOutParameters ( uint &n, string str, string &ostr ) : void | ||
WithOutParameters2 ( uint &a1, uint &a2, uint &a3 ) : void |
public ComplexAsVariant ( object v, int num ) : object | ||
v | object | |
num | int | |
return | object |
public GetPresences ( uint @contacts, SimplePresence>.IDictionary |
||
@contacts | uint | |
@presence | SimplePresence>.IDictionary | |
return | void |
public SayEnum ( DemoEnum a, DemoEnum b ) : void | ||
a | DemoEnum | |
b | DemoEnum | |
return | void |
public WithOutParameters ( uint &n, string str, string &ostr ) : void | ||
n | uint | |
str | string | |
ostr | string | |
return | void |
public WithOutParameters2 ( uint &a1, uint &a2, uint &a3 ) : void | ||
a1 | uint | |
a2 | uint | |
a3 | uint | |
return | void |