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

Inheritance: FieldInfoCollection
Afficher le fichier Open project: hconceicao/Castle.Facilities.NHibernateIntegration3

Méthodes publiques

Méthode 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 méthode

public Add ( FieldInfo value ) : int
value System.Reflection.FieldInfo
Résultat int

AddRange() public méthode

public AddRange ( FieldInfo array ) : void
array System.Reflection.FieldInfo
Résultat void

AddRange() public méthode

public AddRange ( FieldInfoCollection collection ) : void
collection FieldInfoCollection
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

Insert() public méthode

public Insert ( int index, FieldInfo value ) : void
index int
value System.Reflection.FieldInfo
Résultat void

ReadOnlyWrapper() public méthode

public ReadOnlyWrapper ( Data data ) : System
data Data
Résultat System

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

RemoveRange() public méthode

public RemoveRange ( int index, int count ) : void
index int
count int
Résultat void

Reverse() public méthode

public Reverse ( ) : void
Résultat void

Reverse() public méthode

public Reverse ( int index, int count ) : void
index int
count int
Résultat void

Sort() public méthode

public Sort ( ) : void
Résultat void

Sort() public méthode

public Sort ( IComparer comparer ) : void
comparer IComparer
Résultat void

Sort() public méthode

public Sort ( int index, int count, IComparer comparer ) : void
index int
count int
comparer IComparer
Résultat void

TrimToSize() public méthode

public TrimToSize ( ) : void
Résultat void

this() public méthode

public this ( int index ) : FieldInfo
index int
Résultat System.Reflection.FieldInfo