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

Syntax

C#
public LocalizationHandlerProviderElement this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( 
	index As Integer
) As LocalizationHandlerProviderElement
	Get
	Set
Visual C++
public:
property LocalizationHandlerProviderElement^ default[int index] {
	LocalizationHandlerProviderElement^ get (int index);
	void set (int index, LocalizationHandlerProviderElement^ value);
}
F#
member Item : LocalizationHandlerProviderElement with get, set

Parameters

index
Type: System..::..Int32

Property Value

Type: LocalizationHandlerProviderElement

See Also