[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Configuration
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void RemoveElement(
	params Object[] nodes
)
Public Sub RemoveElement ( _
	ParamArray nodes As Object() _
)
public:
virtual void RemoveElement(
	... array<Object^>^ nodes
) sealed

Parameters

nodes
array< Object >[]()[]

Implements

ISettings..::.RemoveElement(array<Object>[]()[])

See Also