C# Класс AGS.Editor.DataFileWriter.CompiledCustomProperties

Показать файл Открыть проект

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

Метод Описание
AddProperty ( string name, string value ) : void
CompiledCustomProperties ( ) : System
IndexOfName ( string name ) : int
IndexOfValue ( string value ) : int
Reset ( ) : void
Serialize ( BinaryWriter writer ) : void
this ( string name ) : string

Приватные методы

Метод Описание
UnSerialize ( BinaryReader reader ) : int

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

AddProperty() публичный метод

public AddProperty ( string name, string value ) : void
name string
value string
Результат void

CompiledCustomProperties() публичный метод

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

IndexOfName() публичный метод

public IndexOfName ( string name ) : int
name string
Результат int

IndexOfValue() публичный метод

public IndexOfValue ( string value ) : int
value string
Результат int

Reset() публичный метод

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

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

public Serialize ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Результат void

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

public this ( string name ) : string
name string
Результат string