ModelStateDictionary.Merge Method (ModelStateDictionary)

 

Copies the values from the specified ModelStateDictionary object into this dictionary, overwriting existing values if keys are the same.

Namespace:   System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public void Merge(
    ModelStateDictionary dictionary
)
public:
void Merge(
    ModelStateDictionary^ dictionary
)
member Merge : 
        dictionary:ModelStateDictionary -> unit
Public Sub Merge (
    dictionary As ModelStateDictionary
)

Parameters

See Also

ModelStateDictionary Class
System.Web.Http.ModelBinding Namespace

Return to top