C# 클래스 SwfDotNet.IO.Tags.Types.SoundEnvelopeCollection

SoundEnvelopeCollection class
상속: System.Collections.CollectionBase, ISwfSerializer
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

Contains() 공개 메소드

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

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

Remove() 공개 메소드

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

Serialize() 공개 메소드

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

SoundEnvelopeCollection() 공개 메소드

Creates a new SoundEnvelopeCollection instance.
public SoundEnvelopeCollection ( ) : System
리턴 System

this() 공개 메소드

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