C# Class NClass.Core.Parameter

Inheritance: LanguageElement
Datei anzeigen Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
Clone ( ) : Parameter
GetUmlDescription ( bool getName ) : string
ToString ( ) : string

Protected Methods

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

Private Methods

Method Description
GetModifierString ( ParameterModifier modifier ) : string

Method Details

Clone() public abstract method

public abstract Clone ( ) : Parameter
return Parameter

GetUmlDescription() public method

public GetUmlDescription ( bool getName ) : string
getName bool
return string

Parameter() protected method

/// The or /// does not fit to the syntax. ///
protected Parameter ( string name, string type, ParameterModifier modifier, string defaultValue ) : System
name string
type string
modifier ParameterModifier
defaultValue string
return System

ToString() public method

public ToString ( ) : string
return string