C# Class NClass.CSharp.CSharpParameter

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

Public Methods

Method Description
Clone ( ) : Parameter
GetDeclaration ( ) : string

Private Methods

Method Description
CSharpParameter ( string name, string type, ParameterModifier modifier, string defaultValue ) : System

Method Details

Clone() public method

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

GetDeclaration() public method

public GetDeclaration ( ) : string
return string