C# Класс NFluent.Extensions.ObjectExtensions

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

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

Метод Описание
GetTypeWithoutThrowingException ( this reference ) : Type

Gets the type of the specified reference, or null if it is null.

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

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

Gets the type of the specified reference, or null if it is null.
public static GetTypeWithoutThrowingException ( this reference ) : Type
reference this The reference we interested in retrieving the type (may be null).
Результат System.Type