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

Default constructor.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public SettingSizeEntry(
	ISettings settings,
	Size defaultValue,
	string attribute,
	params Object[] path
)
Public Sub New ( _
	settings As ISettings, _
	defaultValue As Size, _
	attribute As String, _
	ParamArray path As Object() _
)
public:
SettingSizeEntry(
	ISettings^ settings, 
	Size defaultValue, 
	String^ attribute, 
	... array<Object^>^ path
)

Parameters

settings
ISettings
ISettings which will be object assigned to.
defaultValue
Size
Default value used when settings entry is missing.
attribute
String
Attribute name.
path
array< Object >[]()[]
Element path.

See Also