C# Класс Microsoft.DocAsCode.YamlSerialization.Helpers.ReflectionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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