C# Class NClass.CSharp.CSharpArgumentList

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

Méthodes publiques

Méthode Description
Add ( string declaration ) : Parameter
Clone ( ) : ArgumentList
InitFromString ( string declaration ) : void
ModifyParameter ( Parameter parameter, string declaration ) : Parameter

Private Methods

Méthode Description
CSharpArgumentList ( ) : System
CSharpArgumentList ( int capacity ) : System
ParseParameterModifier ( string modifierString ) : ParameterModifier

Method Details

Add() public méthode

/// The does not fit to the syntax. /// /// The parameter name is already exists. ///
public Add ( string declaration ) : Parameter
declaration string
Résultat NClass.Core.Parameter

Clone() public méthode

public Clone ( ) : ArgumentList
Résultat ArgumentList

InitFromString() public méthode

/// The does not fit to the syntax. ///
public InitFromString ( string declaration ) : void
declaration string
Résultat void

ModifyParameter() public méthode

/// The does not fit to the syntax. /// /// The parameter name is already exists. ///
public ModifyParameter ( Parameter parameter, string declaration ) : Parameter
parameter NClass.Core.Parameter
declaration string
Résultat NClass.Core.Parameter