ModelBinderDictionary.Remove 메서드

정의

모델 바인더 사전에서 지정된 키가 있는 요소를 제거합니다.

오버로드

Name Description
Remove(KeyValuePair<Type,IModelBinder>)

모델 바인더 사전에서 지정된 요소의 첫 번째 항목을 제거합니다.

Remove(Type)

모델 바인더 사전에서 지정된 키가 있는 요소를 제거합니다.

Remove(KeyValuePair<Type,IModelBinder>)

모델 바인더 사전에서 지정된 요소의 첫 번째 항목을 제거합니다.

public:
 virtual bool Remove(System::Collections::Generic::KeyValuePair<Type ^, System::Web::ModelBinding::IModelBinder ^> item);
public bool Remove(System.Collections.Generic.KeyValuePair<Type,System.Web.ModelBinding.IModelBinder> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder> -> bool
Public Function Remove (item As KeyValuePair(Of Type, IModelBinder)) As Boolean

매개 변수

item
KeyValuePair<Type,IModelBinder>

제거할 항목입니다.

반품

true 사전에서 성공적으로 제거되었으면 item 이고, false 제거되지 않았거나 사전에서 찾을 수 없는 경우 item 입니다.

구현

적용 대상

Remove(Type)

모델 바인더 사전에서 지정된 키가 있는 요소를 제거합니다.

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

매개 변수

key
Type

제거할 항목의 키입니다.

반품

true 요소가 성공적으로 제거되었으면 이고, false 메모가 제거되었거나 사전에서 찾을 수 없으면 key 입니다.

구현

적용 대상