// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
namespace Microsoft.AspNet.Mvc.ModelBinding
{
///
/// An that provides base instances and does not
/// set most properties. For example this provider does not use data annotations.
///
///
/// Provided for efficiency in scenarios that require minimal information.
///
public class EmptyModelMetadataProvider : AssociatedMetadataProvider
{
///
/// Ignores .
protected override ModelMetadata CreateMetadataPrototype(IEnumerable