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

A collection of strings.
Inheritance: ScriptSection
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
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.

Private Methods

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

Method Details

ToString() public method

Get a string representation of the object.
public ToString ( ) : string
return string

ToTreeNode() public method

Create a tree node control for this object.
public ToTreeNode ( ) : TreeNode
return System.Windows.Forms.TreeNode

this() public method

Get an indexed string.
public this ( int index ) : string
index int
return string