C# Class OpenBve.ManagedContent.KeyValuePair

Represents a key-value pair.
Exibir arquivo Open project: sladen/openbve

Public Methods

Method Description
ToString ( ) : string

Gets the textual representation of this key-value pair.

Private Methods

Method Description
KeyValuePair ( string key, string value ) : System

Creates a new key-value pair.

Method Details

ToString() public method

Gets the textual representation of this key-value pair.
public ToString ( ) : string
return string