Dictionary that is used for binding to data lists, contains name and fully qualified type for each of the providers.

Namespace: MonoSoftware.MonoX.FileSystem
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static Dictionary<string, string> ProvidersNamesAndTypes { get; }
Visual Basic
Public Shared ReadOnly Property ProvidersNamesAndTypes As Dictionary(Of String, String)
	Get
Visual C++
public:
static property Dictionary<String^, String^>^ ProvidersNamesAndTypes {
	Dictionary<String^, String^>^ get ();
}
F#
static member ProvidersNamesAndTypes : Dictionary<string, string> with get

Property Value

Type: Dictionary<(Of <(<'String, String>)>)>

See Also