Gets or sets the list item at the specified index.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As LinkedResource Get Set |
C# |
---|
public LinkedResource this[ int index ] { get; set; } |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the list item to get or set.