TempDataDictionary.ICollection<KeyValuePair<String, Object>>.Remove Method (KeyValuePair<String, Object>)

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

private abstract Remove : 
        keyValuePair:KeyValuePair<string, Object> -> bool
private override Remove : 
        keyValuePair:KeyValuePair<string, Object> -> bool

Parameters

keyValuePair
Type: System.Collections.Generic.KeyValuePair<StringObject>

Return Value

Type: System.Boolean

Return to top
Show: