C# Class Gribble.Extensions.ReflectionExtensions

Show file Open project: mikeobrien/Gribble

Public Methods

Method Description
IsSimpleType ( this type ) : bool
ToDictionary ( this source ) : object>.IDictionary

Method Details

IsSimpleType() public static method

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

ToDictionary() public static method

public static ToDictionary ( this source ) : object>.IDictionary
source this
return object>.IDictionary