C# Class BKSystem.IO.BitStream.BitStreamResources

Datei anzeigen Open project: mattiasclaesson/TuningSuites

Public Methods

Method Description
GetString ( string name ) : string

Gets the specified string resource.

.

Private Methods

Method Description
InitialiseResourceManager ( ) : void

Initialises the resource manager.

.

Method Details

GetString() public static method

Gets the specified string resource.
.
public static GetString ( string name ) : string
name string /// A representing the specified resource. ///
return string