Ejemplo n.º 1
0
Archivo: Guard.cs Proyecto: belav/moq4
        public static void ImplementsTypeMatcherProtocol(Type type)
        {
            Debug.Assert(type != null);

            Guard.ImplementsInterface(typeof(ITypeMatcher), type);
            Guard.CanCreateInstance(type);
        }