Click or drag to resize

IGetValue interface

Reading values (type) via keys (string).

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public interface IGetValue

The IGetValue Type exposes the following members.

Methods
 NameDescription of the
Public MethodGetValueT Returns exactly one value for a key. If there is no value for the key, defaultValue is returned.
Public MethodGetValuesT Returns a string array for a key. If there is no value for the key, defaultValue is returned.
Back to the top
Remarks
File: IGetValue.cs
Author: Erik Nagel, NetEti

23/04/2013 Erik Nagel: created.
See also