CommandLineParserStringProvider Property
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public LocalizedStringProvider StringProvider { get; }
Public ReadOnly Property StringProvider As LocalizedStringProvider
Get
Dim instance As CommandLineParser
Dim value As LocalizedStringProvider
value = instance.StringProvider
public:
property LocalizedStringProvider^ StringProvider {
LocalizedStringProvider^ get ();
}
Property Value
LocalizedStringProvider
An instance of a class inheriting from the
LocalizedStringProvider class.