Свойство | Тип | Описание | |
---|---|---|---|
ID | int | ||
Kind | MemberKind | ||
state | StateFlags |
Свойство | Тип | Описание | |
---|---|---|---|
declaringType | System.TypeSpec | ||
definition | IMemberDefinition | ||
modifiers | Modifiers |
Метод | Описание | |
---|---|---|
GetAttributeObsolete ( ) : |
||
GetMissingDependencies ( ) : List |
||
GetMissingDependencies ( |
||
GetSignatureForDocumentation ( ) : string | ||
GetSignatureForError ( ) : string | ||
InflateMember ( TypeParameterInflator inflator ) : |
||
IsAccessible ( IMemberContext ctx ) : bool | ||
IsCLSCompliant ( ) : bool | ||
IsConditionallyExcluded ( IMemberContext ctx ) : bool | ||
ResolveMissingDependencies ( |
||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
IsNotCLSCompliant ( bool &attrValue ) : bool | ||
MemberSpec ( MemberKind kind, System.TypeSpec declaringType, IMemberDefinition definition, Modifiers modifiers ) : System |
public GetAttributeObsolete ( ) : |
||
Результат |
public GetMissingDependencies ( |
||
caller | ||
Результат | List |
public GetSignatureForDocumentation ( ) : string | ||
Результат | string |
public InflateMember ( TypeParameterInflator inflator ) : |
||
inflator | TypeParameterInflator | |
Результат |
public IsAccessible ( IMemberContext ctx ) : bool | ||
ctx | IMemberContext | |
Результат | bool |
public IsConditionallyExcluded ( IMemberContext ctx ) : bool | ||
ctx | IMemberContext | |
Результат | bool |
protected IsNotCLSCompliant ( bool &attrValue ) : bool | ||
attrValue | bool | |
Результат | bool |
protected MemberSpec ( MemberKind kind, System.TypeSpec declaringType, IMemberDefinition definition, Modifiers modifiers ) : System | ||
kind | MemberKind | |
declaringType | System.TypeSpec | |
definition | IMemberDefinition | |
modifiers | Modifiers | |
Результат | System |
public abstract ResolveMissingDependencies ( |
||
caller | ||
Результат | List |