Table of Contents

Property this

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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 string

Name of the LexStyle such as "ident".

Property Value

ILexStyle

LexStyle object that corresponds to the name parameter, or null for an invalid name.