Property | Type | Description | |
---|---|---|---|
InterfaceType | System.TypeSpec | ||
IsExplicitImpl | bool | ||
IsInterface | bool | ||
flags | MethodAttributes |
Property | Type | Description | |
---|---|---|---|
base_method | |||
is_external_implementation | bool |
Method | Description | |
---|---|---|
Define ( ) : bool | ||
Emit ( ) : void | ||
EnableOverloadChecks ( |
||
GetFullName ( |
||
GetFullName ( string name ) : string | ||
GetSignatureForDocumentation ( ) : string | ||
SetConstraints ( List |
Method | Description | |
---|---|---|
CheckAccessModifiers ( |
||
CheckBase ( ) : bool | ||
CheckForDuplications ( ) : bool | ||
CheckOverrideAgainstBase ( |
||
DefineParameters ( ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled parameters ) : bool | ||
DoMemberTypeDependentChecks ( ) : void | ||
Error_CannotChangeAccessModifiers ( |
||
Error_StaticReturnType ( ) : void | ||
FindBaseMember ( |
Gets base method and its return type
|
|
InterfaceMemberBase ( |
protected static CheckAccessModifiers ( |
||
this_member | ||
base_member | ||
return | bool |
protected CheckOverrideAgainstBase ( |
||
base_member | ||
return | bool |
protected DefineParameters ( ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled parameters ) : bool | ||
parameters | ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled | |
return | bool |
protected DoMemberTypeDependentChecks ( ) : void | ||
return | void |
public EnableOverloadChecks ( |
||
overload | ||
return | bool |
protected Error_CannotChangeAccessModifiers ( |
||
member | ||
base_member | ||
return | void |
protected FindBaseMember ( |
||
bestCandidate | ||
overrides | bool | |
return |
public GetFullName ( |
||
name | ||
return | string |
public GetSignatureForDocumentation ( ) : string | ||
return | string |
protected InterfaceMemberBase ( |
||
parent | ||
type | FullNamedExpression | |
mod | Modifiers | |
allowed_mod | Modifiers | |
name | ||
attrs | Attributes | |
return | System |
public SetConstraints ( List |
||
constraints_list | List |
|
return | void |
protected MethodSpec,ICSharpCode.NRefactory.MonoCSharp base_method | ||
return |