Property this
this[string]
When implemented by a class, specifies an Item indexer that uses the name of the LexStyle as an index.
ILexStyle this[string name] { get; }
Parameters
name
stringName of the LexStyle such as "ident".
Property Value
- ILexStyle
LexStyle object that corresponds to the name parameter, or null for an invalid name.