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

Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
GetPublicProperties ( this type ) : IEnumerable
HasDefaultConstructor ( this type ) : bool

Determines whether the specified type has a default constructor.

Method Details

GetPublicProperties() public static méthode

public static GetPublicProperties ( this type ) : IEnumerable
type this
Résultat IEnumerable

HasDefaultConstructor() public static méthode

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