Table of Contents

Class TranslationInjection<T>

Namespace
Uncreated.Warfare.Translations
Assembly
Uncreated.Warfare.dll
public class TranslationInjection<T> where T : TranslationCollection, new()

Type Parameters

T
Inheritance
TranslationInjection<T>
Inherited Members

Constructors

TranslationInjection(ITranslationService)

public TranslationInjection(ITranslationService service)

Parameters

service ITranslationService

TranslationInjection(T)

public TranslationInjection(T value)

Parameters

value T

Properties

Value

public T Value { get; }

Property Value

T