Ejemplo n.º 1
0
 static public ActionInstance GetRelativeActionInstanceByPathAndComponent(this VariableInstance item, string path, string component, params object[] arguments)
 {
     return(item.GetRelativeActionInstanceByPathAndComponent(path, component, (IEnumerable <Type>)arguments));
 }