Rebel.Framework.Localization.Maintenance.TextSourceAggregator.Put C# (CSharp) Method

Put() public method

public Put ( IEnumerable texts, TextMergeOptions options ) : void
texts IEnumerable
options TextMergeOptions
return void
        public override void Put(IEnumerable<LocalizedTextState> texts, TextMergeOptions options)
        {            
            throw new NotSupportedException("This text source does not support saving texts");
        }