BooLangService.BooScope.GetMethods C# (CSharp) Метод

GetMethods() публичный Метод

public GetMethods ( int line, int col, string name ) : Methods
line int
col int
name string
Результат Methods
        public override Methods GetMethods(int line, int col, string name)
        {
            return methods;
        }