コード例 #1
0
 // ParseReason.GetMethods
 public override Methods GetMethods(int line, int col, string name)
 {
     return(new PuppetMethods(resolver.FindMethods(parseResult, line, col, name)));
 }
コード例 #2
0
 // ParseReason.GetMethods
 public override Microsoft.VisualStudio.Package.Methods GetMethods(int line, int col, string name)
 {
     return(new Methods(resolver.FindMethods(parseResult, line, col, name)));
 }