Table of Contents

Property this

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

this[string]

Specifies an Item indexer that uses the name of the LexStyle as an index.

public 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.