C# Class cadencii.windows.forms.RebarBandCollection

Inheritance: System.Collections.CollectionBase, IEnumerable
Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Méthode Description
Add ( RebarBand band ) : RebarBand
BandFromID ( int ID ) : RebarBand
Clear ( ) : void
GetEnumerator ( ) : BandEnumerator
IndexOf ( RebarBand band ) : int
RebarBandCollection ( Rebar rebar ) : System
Remove ( RebarBand band ) : void
Remove ( int Index ) : void
Remove ( string Key ) : void
this ( int Index ) : RebarBand
this ( string Key ) : RebarBand

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator
NextID ( ) : int

Method Details

Add() public méthode

public Add ( RebarBand band ) : RebarBand
band RebarBand
Résultat RebarBand

BandFromID() public méthode

public BandFromID ( int ID ) : RebarBand
ID int
Résultat RebarBand

Clear() public méthode

public Clear ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : BandEnumerator
Résultat BandEnumerator

IndexOf() public méthode

public IndexOf ( RebarBand band ) : int
band RebarBand
Résultat int

RebarBandCollection() public méthode

public RebarBandCollection ( Rebar rebar ) : System
rebar Rebar
Résultat System

Remove() public méthode

public Remove ( RebarBand band ) : void
band RebarBand
Résultat void

Remove() public méthode

public Remove ( int Index ) : void
Index int
Résultat void

Remove() public méthode

public Remove ( string Key ) : void
Key string
Résultat void

this() public méthode

public this ( int Index ) : RebarBand
Index int
Résultat RebarBand

this() public méthode

public this ( string Key ) : RebarBand
Key string
Résultat RebarBand