示例#1
0
 static public ActionInstance GetRelativeActionInstanceByPath(this VariableInstance item, string full_path, params object[] arguments)
 {
     return(item.GetRelativeActionInstanceByPath(full_path, (IEnumerable <Type>)arguments));
 }