C# Class System.Windows.Forms.FormCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Show file Open project: Meragon/Unity-WinForms Class Usage Examples

Public Methods

Method 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

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

public Add ( Form form ) : void
form Form
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( Form form ) : bool
form Form
return bool

FindIndex() public method

public FindIndex ( Predicate match ) : int
match Predicate
return int

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Remove() public method

public Remove ( Form form ) : void
form Form
return void

RemoveAt() public method

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

Sort() public method

public Sort ( ) : void
return void

this() public method

public this ( int index ) : Form
index int
return Form