C# Class CryoAOP.Exec.MethodLine

Inheritance: ConfigLine
Show file Open project: fir3pho3nixx/cryo-aop

Public Methods

Method Description
IsMethod ( string currentLine ) : bool
MethodLine ( int lineNumber, string line ) : System.Collections.Generic

Method Details

IsMethod() public static method

public static IsMethod ( string currentLine ) : bool
currentLine string
return bool

MethodLine() public method

public MethodLine ( int lineNumber, string line ) : System.Collections.Generic
lineNumber int
line string
return System.Collections.Generic