C# Class NClass.CSharp.CSharpStructure

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

Public Methods

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

Private Methods

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

Method Details

AddConstructor() public method

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

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 ( ) : StructureType
return NClass.Core.StructureType

GetDeclaration() public method

public GetDeclaration ( ) : string
return string