Indexer. Gets or sets the DictionaryItem element by its index.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public DictionaryItem this[ int index ] { get; set; } |
Visual Basic (Declaration) |
---|
Public Default Property Item ( _ index As Integer _ ) As DictionaryItem |
Parameters
- index
- Type: System..::.Int32