Gets the value for a specified entry.

Namespace: System.Extensions.IO
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public string this[
	string key
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	key As String
) As String
	Get
Visual C++
public:
property String^ default[String^ key] {
	String^ get (String^ key);
}
F#
member Item : string with get

Parameters

key
Type: System..::..String

Property Value

Type: String

See Also