C# Class NClass.Core.Parameter

Inheritance: LanguageElement
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Parameter
GetUmlDescription ( bool getName ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
Parameter ( string name, string type, ParameterModifier modifier, string defaultValue ) : System

Private Methods

Méthode Description
GetModifierString ( ParameterModifier modifier ) : string

Method Details

Clone() public abstract méthode

public abstract Clone ( ) : Parameter
Résultat Parameter

GetUmlDescription() public méthode

public GetUmlDescription ( bool getName ) : string
getName bool
Résultat string

Parameter() protected méthode

/// 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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string