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

Syntax

C#
public LocalizationHandlerProviderElementCollection Providers { get; }
Visual Basic
Public ReadOnly Property Providers As LocalizationHandlerProviderElementCollection
	Get
Visual C++
public:
property LocalizationHandlerProviderElementCollection^ Providers {
	LocalizationHandlerProviderElementCollection^ get ();
}
F#
member Providers : LocalizationHandlerProviderElementCollection with get

Property Value

Type: LocalizationHandlerProviderElementCollection

See Also