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

ButtonRecordCollection class
Inheritance: System.Collections.CollectionBase, ISwfSerializer
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ButtonRecord value ) : ButtonRecord

Adds the specified value.

AddRange ( ButtonRecord values ) : void

Adds the range.

ButtonRecordCollection ( ) : System

Creates a new ButtonRecordCollection instance.

Contains ( ButtonRecord value ) : bool

Containses the specified value.

IndexOf ( ButtonRecord value ) : int

Get the index of.

Insert ( int index, ButtonRecord value ) : void

Inserts the specified index.

Remove ( ButtonRecord value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

this ( int index ) : ButtonRecord

Gets or sets the LineStyle at the specified index.

Method Details

Add() public méthode

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

AddRange() public méthode

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

ButtonRecordCollection() public méthode

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

Contains() public méthode

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

IndexOf() public méthode

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

Insert() public méthode

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

Remove() public méthode

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

Serialize() public méthode

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Résultat void

this() public méthode

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