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

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

Public Methods

Method Description
Add ( SoundEnvelope value ) : SoundEnvelope

Adds the specified value.

AddRange ( SoundEnvelope values ) : void

Adds the range.

Contains ( SoundEnvelope value ) : bool

Containses the specified value.

IndexOf ( SoundEnvelope value ) : int

Get the index of.

Insert ( int index, SoundEnvelope value ) : void

Inserts the specified index.

Remove ( SoundEnvelope value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

SoundEnvelopeCollection ( ) : System

Creates a new SoundEnvelopeCollection instance.

this ( int index ) : SoundEnvelope

Gets or sets the SoundEnvelope at the specified index.

Method Details

Add() public method

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

AddRange() public method

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

Contains() public method

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

IndexOf() public method

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

Insert() public method

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

Remove() public method

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

Serialize() public method

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

SoundEnvelopeCollection() public method

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

this() public method

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