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

Syntax

C#
public string this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As String
	Get
	Set
Visual C++
public:
virtual property String^ default[int index] {
	String^ get (int index) sealed;
	void set (int index, String^ value) sealed;
}

Parameters

index
Type: System..::..Int32

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also