Esempio n. 1
0
 private void AddHookBinding(ProjectBuilder project, string eventType, string name, string code = "", int?order = null, IList <string> hookTypeAttributeTags = null, IList <string> methodScopeAttributeTags = null, IList <string> classScopeAttributeTags = null)
 {
     project.AddHookBinding(eventType, name, code, order, hookTypeAttributeTags, methodScopeAttributeTags, classScopeAttributeTags);
 }