C# Класс Alexandria.Engines.Sciagi.Resources.ScriptSection.Strings

A collection of strings.
Наследование: ScriptSection
Показать файл Открыть проект

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

Метод Описание
ToString ( ) : string

Get a string representation of the object.

ToTreeNode ( ) : TreeNode

Create a tree node control for this object.

this ( int index ) : string

Get an indexed string.

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

Метод Описание
Strings ( Script script, ScriptBlock block, AssetLoader loader ) : System

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

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

Get a string representation of the object.
public ToString ( ) : string
Результат string

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

Create a tree node control for this object.
public ToTreeNode ( ) : TreeNode
Результат System.Windows.Forms.TreeNode

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

Get an indexed string.
public this ( int index ) : string
index int
Результат string