C# 클래스 Microsoft.DocAsCode.YamlSerialization.Helpers.ReflectionExtensions

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

공개 메소드들

메소드 설명
GetPublicProperties ( this type ) : IEnumerable
HasDefaultConstructor ( this type ) : bool

Determines whether the specified type has a default constructor.

메소드 상세

GetPublicProperties() 공개 정적인 메소드

public static GetPublicProperties ( this type ) : IEnumerable
type this
리턴 IEnumerable

HasDefaultConstructor() 공개 정적인 메소드

Determines whether the specified type has a default constructor.
public static HasDefaultConstructor ( this type ) : bool
type this The type.
리턴 bool