BooLangService.BooScope.GetMethods C# (CSharp) Méthode

GetMethods() public méthode

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