C# Class SwfDotNet.IO.Tags.FlvBaseTagCollection

Flv Base Tag collection
Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Méthode Description
Add ( FlvBaseTag value ) : FlvBaseTag

Add a base tag

AddRange ( FlvBaseTag values ) : void

Add an array of base tag

Clear ( ) : void

Clear collection

Contains ( FlvBaseTag value ) : bool

Test if list contain a base tag

FlvBaseTagCollection ( ) : System

Creates a new FlvBaseTagCollection instance.

GetLastOne ( ) : FlvBaseTag

Gets the last BaseTag of the collection.

IndexOf ( FlvBaseTag value ) : int

Get index of a base tag

Insert ( int index, FlvBaseTag value ) : void

Insert a base tag at

Remove ( FlvBaseTag value ) : void

Remove a base tag

ToArray ( ) : SwfDotNet.IO.Tags.FlvBaseTag[]

Convert collection to array

this ( int index ) : FlvBaseTag

Access base tag list by index

Method Details

Add() public méthode

Add a base tag
public Add ( FlvBaseTag value ) : FlvBaseTag
value FlvBaseTag base tag to add
Résultat FlvBaseTag

AddRange() public méthode

Add an array of base tag
public AddRange ( FlvBaseTag values ) : void
values FlvBaseTag base tag array
Résultat void

Clear() public méthode

Clear collection
public Clear ( ) : void
Résultat void

Contains() public méthode

Test if list contain a base tag
public Contains ( FlvBaseTag value ) : bool
value FlvBaseTag base tag
Résultat bool

FlvBaseTagCollection() public méthode

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

GetLastOne() public méthode

Gets the last BaseTag of the collection.
public GetLastOne ( ) : FlvBaseTag
Résultat FlvBaseTag

IndexOf() public méthode

Get index of a base tag
public IndexOf ( FlvBaseTag value ) : int
value FlvBaseTag base tag
Résultat int

Insert() public méthode

Insert a base tag at
public Insert ( int index, FlvBaseTag value ) : void
index int index
value FlvBaseTag base tag
Résultat void

Remove() public méthode

Remove a base tag
public Remove ( FlvBaseTag value ) : void
value FlvBaseTag
Résultat void

ToArray() public méthode

Convert collection to array
public ToArray ( ) : SwfDotNet.IO.Tags.FlvBaseTag[]
Résultat SwfDotNet.IO.Tags.FlvBaseTag[]

this() public méthode

Access base tag list by index
public this ( int index ) : FlvBaseTag
index int
Résultat FlvBaseTag