UserProperties.UserProperties

UserProperties()

UserProperties 클래스의 빈 인스턴스를 초기화합니다.

public UserProperties()

또한보십시오


UserProperties(Dictionary<string, object>)

기본값으로 UserProperties 클래스를 초기화합니다.

public UserProperties(Dictionary<string, object> defaults)
모수유형설명
defaultsDictionary`2기본 속성 값.

또한보십시오


UserProperties(Dictionary<string, object>, Dictionary<string, object>)

해당 순서로 검색되는 기본값 및 altDefaults 테이블, 로 UserProperties를 구성합니다.

public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
모수유형설명
defaultsDictionary`2기본 속성 값.
altDefaultsDictionary`2대체 속성 값입니다.

또한보십시오