C# Class NClass.Java.JavaInterface

Inheritance: NClass.Core.InterfaceType
Mostra file Open project: gbaychev/NClass Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

AddEvent() public method

/// The type does not support events. ///
public AddEvent ( ) : Event
return NClass.Core.Event

AddField() public method

public AddField ( ) : Field
return NClass.Core.Field

AddMethod() public method

public AddMethod ( ) : Method
return NClass.Core.Method

AddProperty() public method

/// The type does not support properties. ///
public AddProperty ( ) : Property
return Property

Clone() public method

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

GetDeclaration() public method

public GetDeclaration ( ) : string
return string