Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: LingoTypeDescriptionProvider<TTranslation>(Func<TTranslation>)

Declaration

public LingoTypeDescriptionProvider<TTranslation>(
    Func<TTranslation> getTranslation
)

Summary

Constructs a type description provider using the specified translation getter.

Parameters

Func<TTranslation>getTranslationA function that returns the currently active translation.