BamlLocalization.LocBaml.ParseBamlResources C# (CSharp) Méthode

ParseBamlResources() private static méthode

Parse the baml resources given in the command line
private static ParseBamlResources ( LocBamlOptions options ) : void
options LocBamlOptions
Résultat void
        private static void ParseBamlResources(LocBamlOptions options)
        {
            TranslationDictionariesWriter.Write(options);
        }