Method FindLexState
FindLexState(string)
Finds ILexState by its name.
public virtual ILexState FindLexState(string name)
Parameters
namestringName of the
ILexState.
Returns
- ILexState
ILexStatethat is found.
Finds ILexState by its name.
public virtual ILexState FindLexState(string name)
name stringName of the ILexState.
ILexState that is found.