C# Класс Rebel.Framework.Localization.Configuration.LocalizationSourceAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSource ( Assembly asm, TextManager textManager, string targetNamespace ) : ITextSource

Gets the source.

Описание методов

GetSource() публичный абстрактный Метод

Gets the source.
public abstract GetSource ( Assembly asm, TextManager textManager, string targetNamespace ) : ITextSource
asm System.Reflection.Assembly The assembly to load from.
textManager TextManager The text manager.
targetNamespace string The default namespace expected for the assembly when adding texts
Результат ITextSource