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

Dictionary class. The dictionary is a repository of tags associated with unique character ID.
Наследование: System.Collections.Hashtable
Показать файл Открыть проект

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

Метод Описание
Add ( DefineTag defineTag ) : void

Adds the specified define tag.

Add ( ushort characterId, DefineTag defineTag ) : void

Adds the specified character id.

Dictionary ( ) : System

Creates a new Dictionary instance.

Remove ( DefineTag defineTag ) : void

Removes the specified define tag.

Remove ( ushort characterId ) : void

Removes the specified character id.

this ( ushort characterId ) : DefineTag

Gets or sets the DefineTag with the specified character id.

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

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

Adds the specified define tag.
public Add ( DefineTag defineTag ) : void
defineTag DefineTag Define tag.
Результат void

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

Adds the specified character id.
public Add ( ushort characterId, DefineTag defineTag ) : void
characterId ushort Character id.
defineTag DefineTag Define tag.
Результат void

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

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

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

Removes the specified define tag.
public Remove ( DefineTag defineTag ) : void
defineTag DefineTag Define tag.
Результат void

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

Removes the specified character id.
public Remove ( ushort characterId ) : void
characterId ushort Character id.
Результат void

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

Gets or sets the DefineTag with the specified character id.
public this ( ushort characterId ) : DefineTag
characterId ushort
Результат DefineTag