C# Class Metsys.Little.MagicField

Mostrar archivo Open project: karlseguin/Metsys.Little

Public Methods

Method Description
IsNullable ( Type type ) : bool
MagicField ( FieldInfo field ) : System

Private Methods

Method Description
CreateGetterMethod ( FieldInfo field ) : object>.Func
CreateSetterMethod ( FieldInfo field ) : object>.Action

Method Details

IsNullable() public static method

public static IsNullable ( Type type ) : bool
type System.Type
return bool

MagicField() public method

public MagicField ( FieldInfo field ) : System
field System.Reflection.FieldInfo
return System