バージョン 24.2 (最新)

Item(String) プロパティ

指定した名前で LexerState を返します。
シンタックス
public LexerState Item( 
   string name
) {get;}

パラメータ

name
例外
例外解説
System.ArgumentNullExceptionname が null または空である場合に発生されます。
System.Collections.Generic.KeyNotFoundException 指定された名前のレクサー状態が存在しない場合に発生します。
参照