C# Класс SwfDotNet.IO.SwfCollection

SwfCollection is a typed collection of Swf objects.
This class is not used by other classes of the SwfDotNet.IO package, but be usefull.
Наследование: System.Collections.CollectionBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( Swf value ) : Swf

Add a base tag

AddRange ( Swf values ) : void

Add an array of swf

Clear ( ) : void

Clear collection

Contains ( Swf value ) : bool

Test if list contain a swf

GetLastOne ( ) : Swf

Gets the last swf of the collection.

IndexOf ( Swf value ) : int

Get index of a swf

Insert ( int index, Swf value ) : void

Insert a swf at

Remove ( Swf value ) : void

Remove a swf

SwfCollection ( ) : System

Constructor

ToArray ( ) : Swf[]

Convert collection to array

this ( int index ) : Swf

Access swf list by index

Описание методов

Add() публичный Метод

Add a base tag
public Add ( Swf value ) : Swf
value Swf base tag to add
Результат Swf

AddRange() публичный Метод

Add an array of swf
public AddRange ( Swf values ) : void
values Swf swf array
Результат void

Clear() публичный Метод

Clear collection
public Clear ( ) : void
Результат void

Contains() публичный Метод

Test if list contain a swf
public Contains ( Swf value ) : bool
value Swf swf
Результат bool

GetLastOne() публичный Метод

Gets the last swf of the collection.
public GetLastOne ( ) : Swf
Результат Swf

IndexOf() публичный Метод

Get index of a swf
public IndexOf ( Swf value ) : int
value Swf swf
Результат int

Insert() публичный Метод

Insert a swf at
public Insert ( int index, Swf value ) : void
index int index
value Swf swf
Результат void

Remove() публичный Метод

Remove a swf
public Remove ( Swf value ) : void
value Swf
Результат void

SwfCollection() публичный Метод

Constructor
public SwfCollection ( ) : System
Результат System

ToArray() публичный Метод

Convert collection to array
public ToArray ( ) : Swf[]
Результат Swf[]

this() публичный Метод

Access swf list by index
public this ( int index ) : Swf
index int
Результат Swf