C# 클래스 ICSharpCode.NRefactory.MonoCSharp.ClassOrStruct

상속: TypeDefinition
파일 보기 프로젝트 열기: 0xd4d/NRefactory

보호된 프로퍼티들

프로퍼티 타입 설명
generated_primary_constructor Constructor

공개 메소드들

메소드 설명
AddNameToContainer ( MemberCore symbol, string name ) : void
ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, PredefinedAttributes pa ) : void
Emit ( ) : void

보호된 메소드들

메소드 설명
ClassOrStruct ( TypeContainer parent, MemberName name, Attributes attrs, MemberKind kind ) : System
DefineDefaultConstructor ( bool is_static ) : Constructor

Defines the default constructors

DoDefineMembers ( ) : bool

메소드 상세

AddNameToContainer() 공개 메소드

public AddNameToContainer ( MemberCore symbol, string name ) : void
symbol MemberCore
name string
리턴 void

ApplyAttributeBuilder() 공개 메소드

public ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, PredefinedAttributes pa ) : void
a System.Attribute
ctor MethodSpec
cdata byte
pa PredefinedAttributes
리턴 void

ClassOrStruct() 보호된 메소드

protected ClassOrStruct ( TypeContainer parent, MemberName name, Attributes attrs, MemberKind kind ) : System
parent TypeContainer
name MemberName
attrs Attributes
kind MemberKind
리턴 System

DefineDefaultConstructor() 보호된 메소드

Defines the default constructors
protected DefineDefaultConstructor ( bool is_static ) : Constructor
is_static bool
리턴 Constructor

DoDefineMembers() 보호된 메소드

protected DoDefineMembers ( ) : bool
리턴 bool

Emit() 공개 메소드

public Emit ( ) : void
리턴 void

프로퍼티 상세

generated_primary_constructor 보호되어 있는 프로퍼티

protected Constructor,ICSharpCode.NRefactory.MonoCSharp generated_primary_constructor
리턴 Constructor