C# Class NClass.CSharp.CSharpClass

Inheritance: NClass.Core.ClassType
Exibir arquivo Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
AddConstructor ( ) : Constructor
AddDestructor ( ) : Destructor
AddEvent ( ) : Event
AddField ( ) : Field
AddInterface ( InterfaceType interfaceType ) : void
AddMethod ( ) : Method
AddProperty ( ) : Property
Clone ( ) : ClassType
GetDeclaration ( ) : string

Private Methods

Method Description
CSharpClass ( ) : System
CSharpClass ( string name ) : System

Method Details

AddConstructor() public method

public AddConstructor ( ) : Constructor
return NClass.Core.Constructor

AddDestructor() public method

public AddDestructor ( ) : Destructor
return NClass.Core.Destructor

AddEvent() public method

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

AddField() public method

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

AddInterface() public method

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

AddMethod() public method

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

AddProperty() public method

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

Clone() public method

public Clone ( ) : ClassType
return NClass.Core.ClassType

GetDeclaration() public method

public GetDeclaration ( ) : string
return string