C# 클래스 YamlDotNet.Serialization.ObjectDescriptor

상속: IObjectDescriptor
파일 보기 프로젝트 열기: aaubry/YamlDotNet 1 사용 예제들

공개 메소드들

메소드 설명
ObjectDescriptor ( object value, Type type, Type staticType ) : System
ObjectDescriptor ( object value, Type type, Type staticType, ScalarStyle scalarStyle ) : System

메소드 상세

ObjectDescriptor() 공개 메소드

public ObjectDescriptor ( object value, Type type, Type staticType ) : System
value object
type System.Type
staticType System.Type
리턴 System

ObjectDescriptor() 공개 메소드

public ObjectDescriptor ( object value, Type type, Type staticType, ScalarStyle scalarStyle ) : System
value object
type System.Type
staticType System.Type
scalarStyle ScalarStyle
리턴 System