Exemplo n.º 1
0
 public virtual void WriteMarshalFunctionDefinitions(CppCodeWriter writer, IMethodCollector methodCollector)
 {
 }
 public CSharpCallgraphWalker(IMethodCollector methodCollector, IClassCollector classCollector, ICSharpMethodAnalyzer methodAnalyzer) : base(SyntaxWalkerDepth.Node)
 {
     this.MethodCollector = methodCollector;
     this.ClassCollector  = classCollector;
     this.MethodAnalyzer  = methodAnalyzer;
 }