[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 int GetElement(
	int defaultValue,
	params Object[] nodes
)
Public Overrides Function GetElement ( _
	defaultValue As Integer, _
	ParamArray nodes As Object() _
) As Integer
public:
virtual int GetElement(
	int defaultValue, 
	... array<Object^>^ nodes
) override

Parameters

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

Implements

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

See Also