[Missing <summary> documentation for "P:Bespoke.Common.CommandLineParser.Values"]

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

Syntax

C#
public string[] Values { get; }
Visual Basic (Declaration)
Public ReadOnly Property Values As String()
Visual C++
public:
property array<String^>^ Values {
	array<String^>^ get ();
}

See Also