Partager via


ModelValidationNode.CombineWith Method

Combines the current ModelValidationNode instance with a specified ModelValidationNode instance.

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

Syntax

'Declaration
Public Sub CombineWith ( _
    otherNode As ModelValidationNode _
)
'Usage
Dim instance As ModelValidationNode
Dim otherNode As ModelValidationNode

instance.CombineWith(otherNode)
public void CombineWith(
    ModelValidationNode otherNode
)
public:
void CombineWith(
    ModelValidationNode^ otherNode
)
member CombineWith : 
        otherNode:ModelValidationNode -> unit 
public function CombineWith(
    otherNode : ModelValidationNode
)

Parameters

See Also

Reference

ModelValidationNode Class

System.Web.Http.Validation Namespace