C# 클래스 TESVSnip.Domain.Data.Structure.Conditional

파일 보기 프로젝트 열기: figment/tesvsnip

공개 프로퍼티들

프로퍼티 타입 설명
type ElementValueType
value object

공개 메소드들

메소드 설명
Conditional ( ElementValueType type, object value )

메소드 상세

Conditional() 공개 메소드

public Conditional ( ElementValueType type, object value )
type ElementValueType
value object

프로퍼티 상세

type 공개적으로 프로퍼티

public ElementValueType type
리턴 ElementValueType

value 공개적으로 프로퍼티

public object value
리턴 object