BamlLocalization.LocBaml.ParseBamlResources C# (CSharp) Метод

ParseBamlResources() приватный статический Метод

Parse the baml resources given in the command line
private static ParseBamlResources ( LocBamlOptions options ) : void
options LocBamlOptions
Результат void
        private static void ParseBamlResources(LocBamlOptions options)
        {
            TranslationDictionariesWriter.Write(options);
        }