C# Class NClass.CSharp.CSharpInterface

Inheritance: NClass.Core.InterfaceType
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
CSharpInterface ( ) : System
CSharpInterface ( string name ) : System

Method Details

AddEvent() public méthode

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

AddMethod() public méthode

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

AddProperty() public méthode

/// The does not fit to the syntax. ///
public AddProperty ( ) : Property
Résultat Property

Clone() public méthode

public Clone ( ) : InterfaceType
Résultat NClass.Core.InterfaceType

GetDeclaration() public méthode

public GetDeclaration ( ) : string
Résultat string