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

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

공개 메소드들

메소드 설명
Add ( FieldInfo value ) : int
AddRange ( FieldInfo array ) : void
AddRange ( FieldInfoCollection collection ) : void
Clear ( ) : void
Clone ( ) : object
Insert ( int index, FieldInfo value ) : void
ReadOnlyWrapper ( Data data ) : System
RemoveAt ( int index ) : void
RemoveRange ( int index, int count ) : void
Reverse ( ) : void
Reverse ( int index, int count ) : void
Sort ( ) : void
Sort ( IComparer comparer ) : void
Sort ( int index, int count, IComparer comparer ) : void
TrimToSize ( ) : void
this ( int index ) : FieldInfo

메소드 상세

Add() 공개 메소드

public Add ( FieldInfo value ) : int
value System.Reflection.FieldInfo
리턴 int

AddRange() 공개 메소드

public AddRange ( FieldInfo array ) : void
array System.Reflection.FieldInfo
리턴 void

AddRange() 공개 메소드

public AddRange ( FieldInfoCollection collection ) : void
collection FieldInfoCollection
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Insert() 공개 메소드

public Insert ( int index, FieldInfo value ) : void
index int
value System.Reflection.FieldInfo
리턴 void

ReadOnlyWrapper() 공개 메소드

public ReadOnlyWrapper ( Data data ) : System
data Data
리턴 System

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

RemoveRange() 공개 메소드

public RemoveRange ( int index, int count ) : void
index int
count int
리턴 void

Reverse() 공개 메소드

public Reverse ( ) : void
리턴 void

Reverse() 공개 메소드

public Reverse ( int index, int count ) : void
index int
count int
리턴 void

Sort() 공개 메소드

public Sort ( ) : void
리턴 void

Sort() 공개 메소드

public Sort ( IComparer comparer ) : void
comparer IComparer
리턴 void

Sort() 공개 메소드

public Sort ( int index, int count, IComparer comparer ) : void
index int
count int
comparer IComparer
리턴 void

TrimToSize() 공개 메소드

public TrimToSize ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : FieldInfo
index int
리턴 System.Reflection.FieldInfo