Gets a child node at the specified index.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As ImapSearchParameter Get |
| C# |
|---|
public ImapSearchParameter this[ int index ] { get; } |
Parameters
- index
- Type: System..::..Int32
Index of the child node.