C# Class NFluent.Extensions.ObjectExtensions

Afficher le fichier Open project: tpierrain/NFluent

Méthodes publiques

Méthode Description
GetTypeWithoutThrowingException ( this reference ) : Type

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

Method Details

GetTypeWithoutThrowingException() public static méthode

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).
Résultat System.Type