BooLangService.BooScope.GetMethods C# (CSharp) Method

GetMethods() public method

public GetMethods ( int line, int col, string name ) : Methods
line int
col int
name string
return Methods
        public override Methods GetMethods(int line, int col, string name)
        {
            return methods;
        }