Indexer
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public LexiconMatch this[ int item ] { get; set; }
public LexiconMatch this[ int item ] { get; set; }
Public Default Property Item ( item As Integer ) As LexiconMatch Get Set
Public Default Property Item ( item As Integer ) As LexiconMatch Get Set
public: property LexiconMatch^ default[int item] { LexiconMatch^ get (int item); void set (int item, LexiconMatch^ value); }
public: property LexiconMatch^ default[int item] { LexiconMatch^ get (int item); void set (int item, LexiconMatch^ value); }
member Item : LexiconMatch with get, set
member Item : LexiconMatch with get, set
Parameters
- item (Int32)
Property Value
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120