C# 클래스 NClass.CSharp.CSharpStructure

상속: NClass.Core.StructureType
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
AddConstructor ( ) : Constructor
AddEvent ( ) : Event
AddField ( ) : Field
AddInterface ( InterfaceType interfaceType ) : void
AddMethod ( ) : Method
AddProperty ( ) : Property
Clone ( ) : StructureType
GetDeclaration ( ) : string

비공개 메소드들

메소드 설명
CSharpStructure ( ) : System
CSharpStructure ( string name ) : System

메소드 상세

AddConstructor() 공개 메소드

public AddConstructor ( ) : Constructor
리턴 NClass.Core.Constructor

AddEvent() 공개 메소드

/// The does not fit to the syntax. ///
public AddEvent ( ) : Event
리턴 NClass.Core.Event

AddField() 공개 메소드

/// The does not fit to the syntax. ///
public AddField ( ) : Field
리턴 NClass.Core.Field

AddInterface() 공개 메소드

/// The language of does not equal.-or- /// is earlier implemented interface. /// /// is null. ///
public AddInterface ( InterfaceType interfaceType ) : void
interfaceType NClass.Core.InterfaceType
리턴 void

AddMethod() 공개 메소드

/// The does not fit to the syntax. ///
public AddMethod ( ) : Method
리턴 NClass.Core.Method

AddProperty() 공개 메소드

/// The does not fit to the syntax. ///
public AddProperty ( ) : Property
리턴 Property

Clone() 공개 메소드

public Clone ( ) : StructureType
리턴 NClass.Core.StructureType

GetDeclaration() 공개 메소드

public GetDeclaration ( ) : string
리턴 string