C# 클래스 Castle.Facilities.NHibernateIntegration.Util.FieldInfoCollection.Data

파일 보기 프로젝트 열기: hconceicao/Castle.Facilities.NHibernateIntegration3

공개 프로퍼티들

프로퍼티 타입 설명
Count int
IsUnique bool
Items System.Reflection.FieldInfo[]

공개 메소드들

메소드 설명
CheckTargetArray ( Array array, int arrayIndex ) : void
EnsureCapacity ( int minimum ) : void
SetCapacity ( int capacity ) : void

메소드 상세

CheckTargetArray() 공개 메소드

public CheckTargetArray ( Array array, int arrayIndex ) : void
array System.Array
arrayIndex int
리턴 void

EnsureCapacity() 공개 메소드

public EnsureCapacity ( int minimum ) : void
minimum int
리턴 void

SetCapacity() 공개 메소드

public SetCapacity ( int capacity ) : void
capacity int
리턴 void

프로퍼티 상세

Count 공개적으로 프로퍼티

public int Count
리턴 int

IsUnique 공개적으로 프로퍼티

public bool IsUnique
리턴 bool

Items 공개적으로 프로퍼티

public FieldInfo[],System.Reflection Items
리턴 System.Reflection.FieldInfo[]