mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Initial .net 6 upgrades
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
namespace SharedLibraryCore.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the translation lookup capabilities for DI
|
||||
/// Defines the translation lookup capabilities for DI
|
||||
/// </summary>
|
||||
public interface ITranslationLookup
|
||||
{
|
||||
/// <summary>
|
||||
/// Allows indexing
|
||||
/// Allows indexing
|
||||
/// </summary>
|
||||
/// <param name="key">translation lookup key</param>
|
||||
/// <returns></returns>
|
||||
string this[string key] { get; }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user