C# Class Mono.CSharp.Property

Inheritance: PropertyBase
Afficher le fichier Open project: praeclarum/runcs

Méthodes publiques

Méthode Description
CreateAutomaticProperty ( ) : void
Define ( ) : bool
Emit ( ) : void
GetDocCommentName ( DeclSpace ds ) : string
Property ( DeclSpace parent, FullNamedExpression type, Modifiers mod, MemberName name, Attributes attrs ) : IKVM.Reflection

Method Details

CreateAutomaticProperty() public méthode

public CreateAutomaticProperty ( ) : void
Résultat void

Define() public méthode

public Define ( ) : bool
Résultat bool

Emit() public méthode

public Emit ( ) : void
Résultat void

GetDocCommentName() public méthode

public GetDocCommentName ( DeclSpace ds ) : string
ds DeclSpace
Résultat string

Property() public méthode

public Property ( DeclSpace parent, FullNamedExpression type, Modifiers mod, MemberName name, Attributes attrs ) : IKVM.Reflection
parent DeclSpace
type FullNamedExpression
mod Modifiers
name MemberName
attrs Attributes
Résultat IKVM.Reflection