C# Класс Owin.Scim.Extensions.TypeExtensions

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

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

Метод Описание
GetDefaultValue ( this type ) : object
GetEnumerableType ( this type ) : Type
IsNonStringEnumerable ( this type ) : bool
IsTerminalObject ( this type ) : bool

Описание методов

GetDefaultValue() публичный статический Метод

public static GetDefaultValue ( this type ) : object
type this
Результат object

GetEnumerableType() публичный статический Метод

public static GetEnumerableType ( this type ) : Type
type this
Результат System.Type

IsNonStringEnumerable() публичный статический Метод

public static IsNonStringEnumerable ( this type ) : bool
type this
Результат bool

IsTerminalObject() публичный статический Метод

public static IsTerminalObject ( this type ) : bool
type this
Результат bool