public static FindContextualAction ( string firstToken, CommandLineArgumentsDefinition def = null ) : CommandLineAction | ||
firstToken | string | the token to test. If you pass null you will get null back. |
def | CommandLineArgumentsDefinition | The definition to inspect. If null, the ambient definition will be used. If there is no ambient definition and null is passed then this method throws a NullReferenceException. |
리턴 | CommandLineAction |