Ejemplo n.º 1
0
 private static object[] GetData(RangeAttribute rangeAttribute, Type parameterType)
 {
     return(rangeAttribute.GetData(new StubParameterInfo(parameterType)).Cast <object>().ToArray());
 }