C# Class SwfDotNet.IO.ComponentCollection

ComponentCollection
Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: bladecoding/SwfExport

Méthodes publiques

Méthode Description
Add ( Component value ) : Component

Add a base tag

AddRange ( Component values ) : void

Add an array of component

Clear ( ) : void

Clear collection

ComponentCollection ( ) : System

Constructor

Contains ( Component value ) : bool

Test if list contain a component

GetLastOne ( ) : Component

Gets the last component of the collection.

IndexOf ( Component value ) : int

Get index of a component

Insert ( int index, Component value ) : void

Insert a component at

Remove ( Component value ) : void

Remove a component

ToArray ( ) : SwfDotNet.IO.Component[]

Convert collection to array

this ( int index ) : Component

Access component list by index

Method Details

Add() public méthode

Add a base tag
public Add ( Component value ) : Component
value Component base tag to add
Résultat Component

AddRange() public méthode

Add an array of component
public AddRange ( Component values ) : void
values Component swf array
Résultat void

Clear() public méthode

Clear collection
public Clear ( ) : void
Résultat void

ComponentCollection() public méthode

Constructor
public ComponentCollection ( ) : System
Résultat System

Contains() public méthode

Test if list contain a component
public Contains ( Component value ) : bool
value Component component
Résultat bool

GetLastOne() public méthode

Gets the last component of the collection.
public GetLastOne ( ) : Component
Résultat Component

IndexOf() public méthode

Get index of a component
public IndexOf ( Component value ) : int
value Component component
Résultat int

Insert() public méthode

Insert a component at
public Insert ( int index, Component value ) : void
index int index
value Component swf
Résultat void

Remove() public méthode

Remove a component
public Remove ( Component value ) : void
value Component
Résultat void

ToArray() public méthode

Convert collection to array
public ToArray ( ) : SwfDotNet.IO.Component[]
Résultat SwfDotNet.IO.Component[]

this() public méthode

Access component list by index
public this ( int index ) : Component
index int
Résultat Component