C# 클래스 Adf.Core.ExcludeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
IsExcluded ( MemberInfo mi ) : bool

Returns a value indicating whether the value of the specified field will be excluded from a list.

메소드 상세

IsExcluded() 공개 정적인 메소드

Returns a value indicating whether the value of the specified field will be excluded from a list.
/// Object reference not set to an instance of an object. ///
public static IsExcluded ( MemberInfo mi ) : bool
mi System.Reflection.MemberInfo The field to check.
리턴 bool