Метод | Описание | |
---|---|---|
CodeReference ( string language, string type, string file, string parent, string signature, string name, string scope, int line, int column, string json ) : System | ||
Is ( ICodeReference compare ) : bool | ||
SetTypeSearch ( ) : |
public CodeReference ( string language, string type, string file, string parent, string signature, string name, string scope, int line, int column, string json ) : System | ||
language | string | |
type | string | |
file | string | |
parent | string | |
signature | string | |
name | string | |
scope | string | |
line | int | |
column | int | |
json | string | |
Результат | System |
public Is ( ICodeReference compare ) : bool | ||
compare | ICodeReference | |
Результат | bool |