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

A collection of strings.
Inheritance: ScriptSection
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode 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

Méthode Description
Strings ( Script script, ScriptBlock block, AssetLoader loader ) : System

Method Details

ToString() public méthode

Get a string representation of the object.
public ToString ( ) : string
Résultat string

ToTreeNode() public méthode

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

this() public méthode

Get an indexed string.
public this ( int index ) : string
index int
Résultat string