C# Class Alexandria.Engines.Sciagi.Resources.ScriptSection

A section of a Script.
Exibir arquivo Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Convert to a string representation of the section.

ToTreeNode ( ) : TreeNode

Convert to a tree node control.

Private Methods

Method Description
Read ( Script script, AssetLoader loader ) : ScriptSection
ScriptSection ( Script script, ScriptBlock block ) : System

Method Details

ToString() public method

Convert to a string representation of the section.
public ToString ( ) : string
return string

ToTreeNode() public abstract method

Convert to a tree node control.
public abstract ToTreeNode ( ) : TreeNode
return System.Windows.Forms.TreeNode