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;
        }