C# Class System.Windows.Forms.FormCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Form form ) : void
Clear ( ) : void
Contains ( Form form ) : bool
FindIndex ( Predicate
match ) : int
GetEnumerator ( ) : IEnumerator
Remove ( Form form ) : void
RemoveAt ( int index ) : void
Sort ( ) : void
this ( int index ) : Form

Private Methods

Méthode Description
ICollection ( Array array, int index ) : void
IList ( object value ) : bool
IList ( object value ) : int
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System

Method Details

Add() public méthode

public Add ( Form form ) : void
form Form
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( Form form ) : bool
form Form
Résultat bool

FindIndex() public méthode

public FindIndex ( Predicate match ) : int
match Predicate
Résultat int

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Remove() public méthode

public Remove ( Form form ) : void
form Form
Résultat void

RemoveAt() public méthode

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

Sort() public méthode

public Sort ( ) : void
Résultat void

this() public méthode

public this ( int index ) : Form
index int
Résultat Form