C# Класс Dev2.TypeExtensionMethods

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

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

Метод Описание
IsEnumerable ( this type ) : bool
IsPrimitive ( this type ) : bool

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

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

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

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

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