Property | Type | Description | |
---|---|---|---|
PublicField | bool | ||
Value | int |
Method | Description | |
---|---|---|
Mock ( ) : System | ||
Mock ( string foo, int bar ) : System | ||
PublicMethodNoParameters ( ) : bool | ||
PublicMethodParameters ( string foo, int bar ) : bool | ||
PublicStaticMethod ( ) : bool | ||
PublicStaticVoidMethod ( ) : void | ||
PublicStaticVoidMethodParameters ( string foo ) : void | ||
PublicVoidMethod ( ) : void | ||
PublicVoidMethodParameters ( string foo ) : void |
public PublicMethodParameters ( string foo, int bar ) : bool | ||
foo | string | |
bar | int | |
return | bool |
public static PublicStaticVoidMethod ( ) : void | ||
return | void |
public static PublicStaticVoidMethodParameters ( string foo ) : void | ||
foo | string | |
return | void |
public PublicVoidMethodParameters ( string foo ) : void | ||
foo | string | |
return | void |