Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public Nullable<KeyValuePair<string, string>> this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Nullable(Of KeyValuePair(Of String, String))
	Get
Visual C++
public:
property Nullable<KeyValuePair<String^, String^>> default[int index] {
	Nullable<KeyValuePair<String^, String^>> get (int index);
}

Parameters

index
Type: System..::..Int32

See Also