RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

EnumFieldTranslation..::..LoadFromEnum<(Of <(<'T>)>)> Method

Loads from enum.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public void LoadFromEnum<T>()
where T : Enum
Public Sub LoadFromEnum(Of T As Enum)
public:
generic<typename T>
where T : Enum
void LoadFromEnum()

Type Parameters

T