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

Describes an object.
Наследование: ScriptSection
Показать файл Открыть проект

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

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

Create a string representation of the object.

ToTreeNode ( ) : TreeNode

Convert this object to a tree node control.

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

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

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

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

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

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

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