C# 클래스 Microsoft.DocAsCode.YamlSerialization.ObjectDescriptors.BetterObjectDescriptor

상속: IObjectDescriptor
파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

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

메소드 상세

BetterObjectDescriptor() 공개 메소드

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

BetterObjectDescriptor() 공개 메소드

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