[Missing <summary> documentation for "P:Bespoke.Common.CommandLineParser.Item(System.String)"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

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

Parameters

key
Type: System..::.String

Return Value

See Also