C# 클래스 NClass.CSharp.CSharpArgumentList

상속: ArgumentList
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string declaration ) : Parameter
Clone ( ) : ArgumentList
InitFromString ( string declaration ) : void
ModifyParameter ( Parameter parameter, string declaration ) : Parameter

비공개 메소드들

메소드 설명
CSharpArgumentList ( ) : System
CSharpArgumentList ( int capacity ) : System
ParseParameterModifier ( string modifierString ) : ParameterModifier

메소드 상세

Add() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : ArgumentList
리턴 ArgumentList

InitFromString() 공개 메소드

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

ModifyParameter() 공개 메소드

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