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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public override bool GetElement(
	bool defaultValue,
	params Object[] nodes
)
Public Overrides Function GetElement ( _
	defaultValue As Boolean, _
	ParamArray nodes As Object() _
) As Boolean
public:
virtual bool GetElement(
	bool defaultValue, 
	... array<Object^>^ nodes
) override

Parameters

defaultValue
Boolean
nodes
array< Object >[]()[]

Implements

ISettings..::.GetElement(Boolean, array<Object>[]()[])

See Also