Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
TValue this[
	TKey key
] { get; }
Visual Basic
ReadOnly Default Property Item ( _
	key As TKey _
) As TValue
	Get
Visual C++
property TValue default[TKey key] {
	TValue get (TKey key);
}

Parameters

key
Type: TKey

See Also