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

검색할 키입니다.

반환

Boolean

true가 있으면 key이고, 그렇지 않으면 false입니다.

구현

적용 대상