프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PublicField | bool | ||
Value | int |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
public static PublicStaticVoidMethodParameters ( string foo ) : void | ||
foo | string | |
리턴 | void |
public PublicVoidMethodParameters ( string foo ) : void | ||
foo | string | |
리턴 | void |