C# 클래스 ParamEditor.ParamType, isoAbbeyTFG

파일 보기 프로젝트 열기: nvidiosin/isoAbbeyTFG

공개 프로퍼티들

프로퍼티 타입 설명
defaultValue object
fieldEditorName string
name string

공개 메소드들

메소드 설명
ParamType ( string n, object def, string fn ) : System.Collections.Generic

메소드 상세

ParamType() 공개 메소드

public ParamType ( string n, object def, string fn ) : System.Collections.Generic
n string
def object
fn string
리턴 System.Collections.Generic

프로퍼티 상세

defaultValue 공개적으로 프로퍼티

public object defaultValue
리턴 object

fieldEditorName 공개적으로 프로퍼티

public string fieldEditorName
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string