Property this
this[string]
Specifies an Item indexer that uses the name of the LexStyle as an index.
public 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.