Method | Description | |
---|---|---|
Get ( string key ) : string |
Gets a value for a key from the infobuffer
|
|
Set ( string key, string val ) : void |
Sets a value for a key in the infobuffer
|
|
this ( string key ) : string |
Set and get a key value
|
Method | Description | |
---|---|---|
BufferInfo ( |
The constructor ...
|
public Set ( string key, string val ) : void | ||
key | string |
/// The key |
val | string |
/// A value |
return | void |
public this ( string key ) : string | ||
key | string |
/// The key which the data is going to be associated with |
return | string |