Item Property (Int32)

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets the item at the specified index.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public Node this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Node
Visual C++
public:
property Node^ default[int index] {
	Node^ get (int index);
}

Parameters

index
Type: System..::.Int32
Index of the item to get.

Return Value

Node at the specified index.

See Also