C# Class ICSharpCode.NRefactory.MonoCSharp.MemberBase

Inheritance: MemberCore
Afficher le fichier Open project: 0xd4d/NRefactory Class Usage Examples

Méthodes publiques

Свойство Type Description
Parent TypeDefinition

Protected Properties

Свойство Type Description
member_type System.TypeSpec
type_expr FullNamedExpression

Méthodes publiques

Méthode Description
Define ( ) : bool
GetSignatureForDocumentation ( ) : string

Méthodes protégées

Méthode Description
CheckBase ( ) : bool
DoMemberTypeDependentChecks ( ) : void
DoMemberTypeIndependentChecks ( ) : void
IsTypePermitted ( ) : void
MemberBase ( TypeDefinition parent, FullNamedExpression type, Modifiers mod, Modifiers allowed_mod, Modifiers def_mod, MemberName name, Attributes attrs ) : System
ResolveMemberType ( ) : bool

Method Details

CheckBase() protected méthode

protected CheckBase ( ) : bool
Résultat bool

Define() public méthode

public Define ( ) : bool
Résultat bool

DoMemberTypeDependentChecks() protected méthode

protected DoMemberTypeDependentChecks ( ) : void
Résultat void

DoMemberTypeIndependentChecks() protected méthode

protected DoMemberTypeIndependentChecks ( ) : void
Résultat void

GetSignatureForDocumentation() public méthode

public GetSignatureForDocumentation ( ) : string
Résultat string

IsTypePermitted() protected méthode

protected IsTypePermitted ( ) : void
Résultat void

MemberBase() protected méthode

protected MemberBase ( TypeDefinition parent, FullNamedExpression type, Modifiers mod, Modifiers allowed_mod, Modifiers def_mod, MemberName name, Attributes attrs ) : System
parent TypeDefinition
type FullNamedExpression
mod Modifiers
allowed_mod Modifiers
def_mod Modifiers
name MemberName
attrs Attributes
Résultat System

ResolveMemberType() protected méthode

protected ResolveMemberType ( ) : bool
Résultat bool

Property Details

Parent public_oe property

public TypeDefinition,ICSharpCode.NRefactory.MonoCSharp Parent
Résultat TypeDefinition

member_type protected_oe property

protected TypeSpec,System member_type
Résultat System.TypeSpec

type_expr protected_oe property

protected FullNamedExpression type_expr
Résultat FullNamedExpression