Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: LingoEnumConverter<TEnum, TTranslation>(Func<TTranslation>)

Declaration

public LingoEnumConverter<TEnum, TTranslation>(
    Func<TTranslation> getTranslation
)

Summary

Constructor.

Parameters

Func<TTranslation>getTranslationA method which returns the currently active translation for this enum.