CachedDataAnnotationsMetadataAttributes(Attribute[]) Constructor

Definition

Initializes a new instance of the CachedDataAnnotationsMetadataAttributes class.

public CachedDataAnnotationsMetadataAttributes (Attribute[] attributes);
new System.Web.Mvc.CachedDataAnnotationsMetadataAttributes : Attribute[] -> System.Web.Mvc.CachedDataAnnotationsMetadataAttributes
Public Sub New (attributes As Attribute())

Parameters

attributes
Attribute[]

The attributes.

Applies to