Collection of provider properties indexed by provider name.

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

Syntax

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

Property Value

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

See Also