- /// KEY1=Hello
- /// KEY2=Hello {0}
- /// KEY3=Hello {0} with an age of {1}
- /// Then you will use :
- /// myBundle["KEY1"];
- /// myBundle["KEY2", "Jhon"];
- /// myBundle["KEY3", "Jhon", 32.ToString()];
- /// myBundle["KEY3", new string[] {"Jhon", 32.ToString()}];
- ///
- ///
- /// KEY1=Hello
- /// KEY2=Hello {0}
- /// KEY3=Hello {0} with an age of {1}
- /// Then you will use :
- /// myBundle["KEY1"];
- /// myBundle["KEY2", "Jhon"];
- /// myBundle["KEY3", "Jhon", 32.ToString()];
- /// myBundle["KEY3", new string[] {"Jhon", 32.ToString()}];
- ///
- /// - /// <tag type="0x0044"> - /// <tagLabel>White Balance</tagLabel> - /// <tagDescription><![CDATA[Very bright]]></tagDescription> - /// </tag> - ///- ///
- /// <tag type="0x0044"> - /// <tagLabel>White Balance</tagLabel> - /// <tagDescription/> - /// </tag> - ///
- /// <tag type="0x0044"> - /// <tagLabel>White Balance</tagLabel> - /// <tagDescription/> - /// <tagError><![CDATA[Oups something is wrong]]></tagError> - /// </tag> - ///
- /// <directory name="Exif"> - /// <tag> - /// ... - /// </tag> - /// <tag> - /// ... - /// </tag> - /// </directory> - ///- ///
- /// <tag type="0x0044"> - /// <tagLabel>White Balance</tagLabel> - /// <tagDescription><![CDATA[Very bright]]></tagDescription> - /// </tag> - ///- ///
- /// <tag type="0x0044"> - /// <tagLabel>White Balance</tagLabel> - /// <tagDescription/> - /// </tag> - ///
- /// <tag type="0x0044"> - /// <tagLabel>White Balance</tagLabel> - /// <tagDescription/> - /// <tagError><![CDATA[Oups something is wrong]]></tagError> - /// </tag> - ///
- /// <directory name="Exif"> - /// <tag> - /// ... - /// </tag> - /// <tag> - /// ... - /// </tag> - /// </directory> - ///- ///