C# Class Castle.Facilities.NHibernateIntegration.Util.FieldInfoCollection.ReadOnlyWrapper

Inheritance: FieldInfoCollection
Show file Open project: hconceicao/Castle.Facilities.NHibernateIntegration3

Public Methods

Method Description
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

Method Details

Add() public method

public Add ( FieldInfo value ) : int
value System.Reflection.FieldInfo
return int

AddRange() public method

public AddRange ( FieldInfo array ) : void
array System.Reflection.FieldInfo
return void

AddRange() public method

public AddRange ( FieldInfoCollection collection ) : void
collection FieldInfoCollection
return void

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

Insert() public method

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

ReadOnlyWrapper() public method

public ReadOnlyWrapper ( Data data ) : System
data Data
return System

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

RemoveRange() public method

public RemoveRange ( int index, int count ) : void
index int
count int
return void

Reverse() public method

public Reverse ( ) : void
return void

Reverse() public method

public Reverse ( int index, int count ) : void
index int
count int
return void

Sort() public method

public Sort ( ) : void
return void

Sort() public method

public Sort ( IComparer comparer ) : void
comparer IComparer
return void

Sort() public method

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

TrimToSize() public method

public TrimToSize ( ) : void
return void

this() public method

public this ( int index ) : FieldInfo
index int
return System.Reflection.FieldInfo