C# 클래스 Metsys.Little.MagicField

파일 보기 프로젝트 열기: karlseguin/Metsys.Little

공개 메소드들

메소드 설명
IsNullable ( Type type ) : bool
MagicField ( FieldInfo field ) : System

비공개 메소드들

메소드 설명
CreateGetterMethod ( FieldInfo field ) : object>.Func
CreateSetterMethod ( FieldInfo field ) : object>.Action

메소드 상세

IsNullable() 공개 정적인 메소드

public static IsNullable ( Type type ) : bool
type System.Type
리턴 bool

MagicField() 공개 메소드

public MagicField ( FieldInfo field ) : System
field System.Reflection.FieldInfo
리턴 System