C# Class NClass.CSharp.CSharpInterface

Inheritance: NClass.Core.InterfaceType
Datei anzeigen Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
AddEvent ( ) : Event
AddMethod ( ) : Method
AddProperty ( ) : Property
Clone ( ) : InterfaceType
GetDeclaration ( ) : string

Private Methods

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

Method Details

AddEvent() public method

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

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

GetDeclaration() public method

public GetDeclaration ( ) : string
return string