共用方式為


ModelStateDictionary.KeyEnumerator(ModelStateDictionary, String) 建構函式

定義

初始化 ModelStateDictionary.KeyEnumerable 的新執行個體。

public:
 KeyEnumerator(Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateDictionary ^ dictionary, System::String ^ prefix);
public KeyEnumerator (Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary dictionary, string prefix);
new Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerator : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary * string -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.KeyEnumerator
Public Sub New (dictionary As ModelStateDictionary, prefix As String)

參數

prefix
String

前置詞。

適用於