//-------------------------------------------------------------------------------------[] private void CreateDescribedLocation( ILocalizationResourceDescription description, IResourceLocation location, string text) { AddDescribedLocation(GetDescribedResourceLocation(description, location, text)); }
//-------------------------------------------------------------------------------------[] private static IResourceDescribe GetDescribedResourceLocation( ILocalizationResourceDescription description, IResourceLocation location, string text) { return(new ResourceDescribe(description, location, text)); }