C# Class NClass.CSharp.CSharpArgumentList

Inheritance: ArgumentList
Exibir arquivo Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
Add ( string declaration ) : Parameter
Clone ( ) : ArgumentList
InitFromString ( string declaration ) : void
ModifyParameter ( Parameter parameter, string declaration ) : Parameter

Private Methods

Method Description
CSharpArgumentList ( ) : System
CSharpArgumentList ( int capacity ) : System
ParseParameterModifier ( string modifierString ) : ParameterModifier

Method Details

Add() public method

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

Clone() public method

public Clone ( ) : ArgumentList
return ArgumentList

InitFromString() public method

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

ModifyParameter() public method

/// 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
return NClass.Core.Parameter