C# 클래스 NFluent.Extensions.ObjectExtensions

파일 보기 프로젝트 열기: tpierrain/NFluent

공개 메소드들

메소드 설명
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