C# Class Boo.Lang.ResourceManager

Resource manager.
Show file Open project: boo/boo-lang

Public Methods

Method Description
Format ( string name ) : string
Format ( string name, object param ) : string
GetString ( string name ) : string

Private Methods

Method Description
ResourceManager ( ) : System

Method Details

Format() public static method

public static Format ( string name ) : string
name string
return string

Format() public static method

public static Format ( string name, object param ) : string
name string
param object
return string

GetString() public static method

public static GetString ( string name ) : string
name string
return string