[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 T GetEnumAttribute<T>(
	T defaultValue,
	string attribute,
	params Object[] nodes
)
Public Function GetEnumAttribute(Of T) ( _
	defaultValue As T, _
	attribute As String, _
	ParamArray nodes As Object() _
) As T
public:
generic<typename T>
virtual T GetEnumAttribute(
	T defaultValue, 
	String^ attribute, 
	... array<Object^>^ nodes
) sealed

Parameters

defaultValue
T
attribute
String
nodes
array< Object >[]()[]

Type Parameters

T

See Also