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

ButtonRecordCollection class
Inheritance: System.Collections.CollectionBase, ISwfSerializer
Mostra file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method 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 method

Adds the specified value.
public Add ( ButtonRecord value ) : ButtonRecord
value ButtonRecord Value.
return ButtonRecord

AddRange() public method

Adds the range.
public AddRange ( ButtonRecord values ) : void
values ButtonRecord Values.
return void

ButtonRecordCollection() public method

Creates a new ButtonRecordCollection instance.
public ButtonRecordCollection ( ) : System
return System

Contains() public method

Containses the specified value.
public Contains ( ButtonRecord value ) : bool
value ButtonRecord Value.
return bool

IndexOf() public method

Get the index of.
public IndexOf ( ButtonRecord value ) : int
value ButtonRecord Value.
return int

Insert() public method

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

Remove() public method

Removes the specified value.
public Remove ( ButtonRecord value ) : void
value ButtonRecord Value.
return void

Serialize() public method

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
return void

this() public method

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