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

Default operator to T type.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static implicit operator T (
	SettingEntry<T> obj
)
Public Shared Widening Operator CType ( _
	obj As SettingEntry(Of T) _
) As T
static implicit operator T (
	SettingEntry<T>^ obj
)

Parameters

obj
SettingEntry<(Of <(T>)>)

See Also