C# Класс Mono.CSharp.Property

Наследование: PropertyBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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