AttributeDictionary.Enumerator(AttributeDictionary) 构造函数

定义

创建一个新的 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)

参数

适用于