C# Class Isop.CommandLine.FindMethodAmongLexedTokens

Exibir arquivo Open project: wallymathieu/isop

Public Methods

Method Description
FindMethod ( IEnumerable methods, String methodName, IEnumerable lexed ) : Method

Method Details

FindMethod() public static method

public static FindMethod ( IEnumerable methods, String methodName, IEnumerable lexed ) : Method
methods IEnumerable
methodName String
lexed IEnumerable
return Isop.Domain.Method