C# Class Mono.CSharp.Property

Inheritance: PropertyBase
Show file Open project: praeclarum/runcs

Public Methods

Method 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 method

public CreateAutomaticProperty ( ) : void
return void

Define() public method

public Define ( ) : bool
return bool

Emit() public method

public Emit ( ) : void
return void

GetDocCommentName() public method

public GetDocCommentName ( DeclSpace ds ) : string
ds DeclSpace
return string

Property() public method

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