System.Xml.Xsl.XsltArgumentList.RemoveParam Method

Removes the parameter from the System.Xml.Xsl.XsltArgumentList.

Syntax

public object RemoveParam (string name, string namespaceUri)

Parameters

name
The name of the parameter to remove. System.Xml.Xsl.XsltArgumentList does not check to ensure the name passed is a valid local name; however, the name cannot be null.
namespaceUri
The namespace URI of the parameter to remove.

Returns

The parameter object or null if one was not found.

Remarks

None.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0