バージョン

Item(String) プロパティ

指定した名前で LexerState を返します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As LexerState
public LexerState Item( 
   string name
) {get;}

パラメータ

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