Gets item at the specified index.
| C# | Visual Basic | Managed C++ |
public EmailAddress Item [ int index ] { get; }
Public ReadOnly Property Item ( _ index As Integer _ ) As EmailAddress
public: EmailAddress^ Item { EmailAddress^ get (int index); }
- index (Int32)
- Index of item which to get.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)