Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public T this[
	U key
] { get; set; }
Visual Basic
Public Default Property Item ( _
	key As U _
) As T
	Get
	Set
Visual C++
public:
virtual property T default[U key] {
	T get (U key) sealed;
	void set (U key, T value) sealed;
}

Parameters

key
Type: U

Implements

IKeyedList<(Of <(<'T, U>)>)>..::..Item[([( U])])

See Also