C# Class NFluent.Extensions.ObjectExtensions

ファイルを表示 Open project: tpierrain/NFluent

Public Methods

Method Description
GetTypeWithoutThrowingException ( this reference ) : Type

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

Method Details

GetTypeWithoutThrowingException() public static method

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).
return System.Type