C# 클래스 org.GraphDefined.Vanaheimr.Illias.TypeHelpers

TypeHelpers
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 메소드들

메소드 설명
IsAnonymousType ( Type t ) : bool

Is the given type an anonymous type?

메소드 상세

IsAnonymousType() 공개 정적인 메소드

Is the given type an anonymous type?
public static IsAnonymousType ( Type t ) : bool
t System.Type
리턴 bool