C# 클래스 NClass.Core.Parameter

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

공개 메소드들

메소드 설명
Clone ( ) : Parameter
GetUmlDescription ( bool getName ) : string
ToString ( ) : string

보호된 메소드들

메소드 설명
Parameter ( string name, string type, ParameterModifier modifier, string defaultValue ) : System

비공개 메소드들

메소드 설명
GetModifierString ( ParameterModifier modifier ) : string

메소드 상세

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : Parameter
리턴 Parameter

GetUmlDescription() 공개 메소드

public GetUmlDescription ( bool getName ) : string
getName bool
리턴 string

Parameter() 보호된 메소드

/// 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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string