BamlLocalization.LocBaml.ParseBamlResources C# (CSharp) Method

ParseBamlResources() private static method

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