rebased with Marr.Data

there is a broken test.
This commit is contained in:
Keivan Beigi 2013-05-27 16:35:53 -07:00
commit 261ce772de
8 changed files with 199 additions and 58 deletions

View file

@ -72,7 +72,7 @@ namespace Marr.Data.Reflection
}
/// <summary>
/// Instantiantes a type using the FastReflector library for increased speed.
/// Instantiantes a type using the Fasterflect library for increased speed.
/// </summary>
/// <param name="type"></param>
/// <returns></returns>

View file

@ -16,9 +16,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
using System;
using System.Reflection;
// ReSharper disable CheckNamespace
namespace Marr.Data
// ReSharper restore CheckNamespace
{
public class ReflectionHelper
{