C# Class SwfDotNet.IO.Tags.Types.ButtonCondactionCollection

ButtonCondactionCollection
Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ButtonCondaction value ) : ButtonCondaction

Adds the specified value.

AddRange ( ButtonCondaction values ) : void

Adds the range.

ButtonCondactionCollection ( ) : System

Creates a new ButtonCondactionCollection instance.

Contains ( ButtonCondaction value ) : bool

Containses the specified value.

IndexOf ( ButtonCondaction value ) : int

Get the index of.

Insert ( int index, ButtonCondaction value ) : void

Inserts the specified index.

Remove ( ButtonCondaction value ) : void

Removes the specified value.

this ( int index ) : ButtonCondaction

Gets or sets the ButtonCondaction at the specified index.

Method Details

Add() public méthode

Adds the specified value.
public Add ( ButtonCondaction value ) : ButtonCondaction
value ButtonCondaction Value.
Résultat ButtonCondaction

AddRange() public méthode

Adds the range.
public AddRange ( ButtonCondaction values ) : void
values ButtonCondaction Values.
Résultat void

ButtonCondactionCollection() public méthode

Creates a new ButtonCondactionCollection instance.
public ButtonCondactionCollection ( ) : System
Résultat System

Contains() public méthode

Containses the specified value.
public Contains ( ButtonCondaction value ) : bool
value ButtonCondaction Value.
Résultat bool

IndexOf() public méthode

Get the index of.
public IndexOf ( ButtonCondaction value ) : int
value ButtonCondaction Value.
Résultat int

Insert() public méthode

Inserts the specified index.
public Insert ( int index, ButtonCondaction value ) : void
index int Index.
value ButtonCondaction Value.
Résultat void

Remove() public méthode

Removes the specified value.
public Remove ( ButtonCondaction value ) : void
value ButtonCondaction Value.
Résultat void

this() public méthode

Gets or sets the ButtonCondaction at the specified index.
public this ( int index ) : ButtonCondaction
index int
Résultat ButtonCondaction