C# Class Dev2.JPropertyExtensionMethods

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

Public Methods

Method Description
IsEnumerable ( this property ) : bool
IsEnumerableOfPrimitives ( this property ) : bool
IsPrimitive ( this property ) : bool

Method Details

IsEnumerable() public static method

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

IsEnumerableOfPrimitives() public static method

public static IsEnumerableOfPrimitives ( this property ) : bool
property this
return bool

IsPrimitive() public static method

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