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

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

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

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

Adds the specified value.

AddRange ( short values ) : void

Adds the range.

Contains ( short value ) : bool

Containses the specified value.

GetSizeOf ( ) : int

Gets the size of.

IndexOf ( short value ) : int

Get the index of.

Insert ( int index, short value ) : void

Inserts the specified index.

ReadData ( BufferedBinaryReader binaryReader, ushort numGlyphs ) : void

Reads the data.

Remove ( short value ) : void

Removes the specified value.

ShortCollection ( ) : System

Creates a new ShortCollection instance.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

this ( int index ) : short

Gets or sets the TextRecord at the specified index.

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

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

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

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

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

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

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

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

Gets the size of.
public GetSizeOf ( ) : int
Результат int

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

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

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

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

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

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, ushort numGlyphs ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
numGlyphs ushort Num glyphs.
Результат void

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

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

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

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

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

Writes to.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
Результат void

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

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