ModelBinderDictionary.ContainsKey(Type) 메서드

정의

모델 바인더 사전에 지정된 키가 있는 요소가 포함되어 있는지 여부를 확인합니다.

public:
 virtual bool ContainsKey(Type ^ key);
public bool ContainsKey(Type key);
abstract member ContainsKey : Type -> bool
override this.ContainsKey : Type -> bool
Public Function ContainsKey (key As Type) As Boolean

매개 변수

key
Type

검색할 키입니다.

반품

발견되면 그렇지 않으면 .

구현

적용 대상