System.StringLocalizationExtensions.AsLocalizable C# (CSharp) Метод

AsLocalizable() приватный Метод

private AsLocalizable ( this token ) : IFormattedMessage
token this
Результат IFormattedMessage
		public static IFormattedMessage AsLocalizable(this string token) =>
			new FormattedMessage(token, new Dictionary<string, object>(), token);