C# Class Microsoft.DocAsCode.YamlSerialization.Helpers.ReflectionExtensions

Mostra file Open project: dotnet/docfx

Public Methods

Method Description
GetPublicProperties ( this type ) : IEnumerable
HasDefaultConstructor ( this type ) : bool

Determines whether the specified type has a default constructor.

Method Details

GetPublicProperties() public static method

public static GetPublicProperties ( this type ) : IEnumerable
type this
return IEnumerable

HasDefaultConstructor() public static method

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