다음을 통해 공유


ModelStateDictionary.ValueEnumerator.Current 속성

정의

컬렉션에서 열거자의 현재 위치에 있는 요소를 가져옵니다.

public:
 property Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^ Current { Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^ get(); };
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry Current { get; }
member this.Current : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry
Public ReadOnly Property Current As ModelStateEntry

속성 값

구현

적용 대상