C# Класс SwfDotNet.IO.Tags.Types.ButtonRecordCollection

ButtonRecordCollection class
Наследование: System.Collections.CollectionBase, ISwfSerializer
Показать файл Открыть проект Примеры использования класса

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

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

Adds the specified value.

AddRange ( ButtonRecord values ) : void

Adds the range.

ButtonRecordCollection ( ) : System

Creates a new ButtonRecordCollection instance.

Contains ( ButtonRecord value ) : bool

Containses the specified value.

IndexOf ( ButtonRecord value ) : int

Get the index of.

Insert ( int index, ButtonRecord value ) : void

Inserts the specified index.

Remove ( ButtonRecord value ) : void

Removes the specified value.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

this ( int index ) : ButtonRecord

Gets or sets the LineStyle at the specified index.

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

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

Adds the specified value.
public Add ( ButtonRecord value ) : ButtonRecord
value ButtonRecord Value.
Результат ButtonRecord

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

Adds the range.
public AddRange ( ButtonRecord values ) : void
values ButtonRecord Values.
Результат void

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

Creates a new ButtonRecordCollection instance.
public ButtonRecordCollection ( ) : System
Результат System

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

Containses the specified value.
public Contains ( ButtonRecord value ) : bool
value ButtonRecord Value.
Результат bool

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

Get the index of.
public IndexOf ( ButtonRecord value ) : int
value ButtonRecord Value.
Результат int

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

Inserts the specified index.
public Insert ( int index, ButtonRecord value ) : void
index int Index.
value ButtonRecord Value.
Результат void

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

Removes the specified value.
public Remove ( ButtonRecord value ) : void
value ButtonRecord Value.
Результат void

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

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Результат void

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

Gets or sets the LineStyle at the specified index.
public this ( int index ) : ButtonRecord
index int
Результат ButtonRecord