Метод | Описание | |
---|---|---|
FindResource ( this o, string name ) : object |
查找资源,应用程序或者界面元素
|
|
JsonConvert ( this value, |
||
JsonGetType ( this o ) : |
||
NewEquals ( this o, object other ) : bool | ||
NewGetType ( this o ) : |
新的获取类型的方法,如果对象实现了客户化类,则调用客户化类的方法
|
public static FindResource ( this o, string name ) : object | ||
o | this | |
name | string | |
Результат | object |
public static JsonConvert ( this value, |
||
value | this | |
type | ||
Результат | object |
public static JsonGetType ( this o ) : |
||
o | this | |
Результат |
public static NewEquals ( this o, object other ) : bool | ||
o | this | |
other | object | |
Результат | bool |
public static NewGetType ( this o ) : |
||
o | this | |
Результат |