C# Class MyCollectionBase, shared-source-cli-2.0

Inheritance: CollectionBase
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Foo f1 ) : int
Contains ( Foo f ) : Boolean
CopyTo ( Array array, Int32 index ) : void
IndexOf ( Foo f ) : Int32
Insert ( Int32 index, Foo f ) : void
Remove ( Foo f ) : void
this ( int indx ) : Foo

Method Details

Add() public méthode

public Add ( Foo f1 ) : int
f1 Foo
Résultat int

Contains() public méthode

public Contains ( Foo f ) : Boolean
f Foo
Résultat Boolean

CopyTo() public méthode

public CopyTo ( Array array, Int32 index ) : void
array Array
index System.Int32
Résultat void

IndexOf() public méthode

public IndexOf ( Foo f ) : Int32
f Foo
Résultat System.Int32

Insert() public méthode

public Insert ( Int32 index, Foo f ) : void
index System.Int32
f Foo
Résultat void

Remove() public méthode

public Remove ( Foo f ) : void
f Foo
Résultat void

this() public méthode

public this ( int indx ) : Foo
indx int
Résultat Foo