예제 #1
0
 static public FunctionInstance GetRelativeFunctionInstanceByPath(this VariableInstance item, string full_path, params Type[] parameter_types)
 {
     return(item.GetRelativeFunctionInstanceByPath(full_path, (IEnumerable <Type>)parameter_types));
 }