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

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

Méthodes publiques

Méthode 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 méthode

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

AddRange() public méthode

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

Contains() public méthode

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

IndexOf() public méthode

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

Insert() public méthode

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

Remove() public méthode

Removes the specified value.
public Remove ( SoundEnvelope value ) : void
value SoundEnvelope 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

SoundEnvelopeCollection() public méthode

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

this() public méthode

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