C# 클래스 Mono.CSharp.Property

상속: PropertyBase
파일 보기 프로젝트 열기: praeclarum/runcs

공개 메소드들

메소드 설명
CreateAutomaticProperty ( ) : void
Define ( ) : bool
Emit ( ) : void
GetDocCommentName ( DeclSpace ds ) : string
Property ( DeclSpace parent, FullNamedExpression type, Modifiers mod, MemberName name, Attributes attrs ) : IKVM.Reflection

메소드 상세

CreateAutomaticProperty() 공개 메소드

public CreateAutomaticProperty ( ) : void
리턴 void

Define() 공개 메소드

public Define ( ) : bool
리턴 bool

Emit() 공개 메소드

public Emit ( ) : void
리턴 void

GetDocCommentName() 공개 메소드

public GetDocCommentName ( DeclSpace ds ) : string
ds DeclSpace
리턴 string

Property() 공개 메소드

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