Table of Contents

Property this

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

this[int]

Gets or sets the node at the given index; setting detaches the replaced node.

public T this[int index] { get; set; }

Parameters

index int

The zero-based index.

Property Value

T