C# Class org.GraphDefined.Vanaheimr.Illias.TypeHelpers

TypeHelpers
Mostrar archivo Open project: Vanaheimr/Illias

Public Methods

Method Description
IsAnonymousType ( Type t ) : bool

Is the given type an anonymous type?

Method Details

IsAnonymousType() public static method

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