Exemplo n.º 1
0
 private static bool IsDataParameter(Type type)
 {
     return(!ReflectionTools.IsTask(type) &&
            !IsContextParameter(type) &&
            !ReflectionTools.IsStream(type));
 }