C# Class Dev2.TypeExtensionMethods

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
IsEnumerable ( this type ) : bool
IsPrimitive ( this type ) : bool

Method Details

IsEnumerable() public static method

public static IsEnumerable ( this type ) : bool
type this
return bool

IsPrimitive() public static method

public static IsPrimitive ( this type ) : bool
type this
return bool