C# Class cadencii.windows.forms.RebarBandCollection

Inheritance: System.Collections.CollectionBase, IEnumerable
显示文件 Open project: cadencii/cadencii Class Usage Examples

Public Methods

Method 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

Method Description
IEnumerable ( ) : IEnumerator
NextID ( ) : int

Method Details

Add() public method

public Add ( RebarBand band ) : RebarBand
band RebarBand
return RebarBand

BandFromID() public method

public BandFromID ( int ID ) : RebarBand
ID int
return RebarBand

Clear() public method

public Clear ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : BandEnumerator
return BandEnumerator

IndexOf() public method

public IndexOf ( RebarBand band ) : int
band RebarBand
return int

RebarBandCollection() public method

public RebarBandCollection ( Rebar rebar ) : System
rebar Rebar
return System

Remove() public method

public Remove ( RebarBand band ) : void
band RebarBand
return void

Remove() public method

public Remove ( int Index ) : void
Index int
return void

Remove() public method

public Remove ( string Key ) : void
Key string
return void

this() public method

public this ( int Index ) : RebarBand
Index int
return RebarBand

this() public method

public this ( string Key ) : RebarBand
Key string
return RebarBand