AttributeDictionary.Enumerator(AttributeDictionary) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new AttributeDictionary.Enumerator.
public:
Enumerator(Microsoft::AspNetCore::Mvc::ViewFeatures::AttributeDictionary ^ attributes);
public Enumerator (Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary attributes);
new Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary.Enumerator : Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary -> Microsoft.AspNetCore.Mvc.ViewFeatures.AttributeDictionary.Enumerator
Public Sub New (attributes As AttributeDictionary)
Parameters
- attributes
- AttributeDictionary
The AttributeDictionary.