Gets an entry.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public NameValuePair this[ int index ] { get; set; }
public NameValuePair this[ int index ] { get; set; }
Public Default Property Item ( index As Integer ) As NameValuePair Get Set
Public Default Property Item ( index As Integer ) As NameValuePair Get Set
public: property NameValuePair^ default[int index] { NameValuePair^ get (int index); void set (int index, NameValuePair^ value); }
public: property NameValuePair^ default[int index] { NameValuePair^ get (int index); void set (int index, NameValuePair^ value); }
member Item : NameValuePair with get, set
member Item : NameValuePair with get, set
Parameters
- index (Int32)
- The result number, 0 based.
Property Value
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120