C# Class ScrewTurn.Wiki.ResourceExchanger

Implements a Resource Exchanger.
Inheritance: IResourceExchanger
显示文件 Open project: mono/ScrewTurnWiki

Public Methods

Method Description
GetResource ( string name ) : string

Gets a Resource String.

ResourceExchanger ( ) : System

Initialises a new instance of the ResourceExchanger class.

Method Details

GetResource() public method

Gets a Resource String.
public GetResource ( string name ) : string
name string The Name of the Resource.
return string

ResourceExchanger() public method

Initialises a new instance of the ResourceExchanger class.
public ResourceExchanger ( ) : System
return System