copied mono-api-diff.cs from mono-2-2 branch so new patch can be applied and history...
[mono.git] / mcs / class / System.Xaml / Test / XmlFiles / Dictionary_Int32_String.xml
1 <Dictionary x:TypeArguments="x:Int32, x:String" xmlns="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
2   <x:String x:Key="0">foo</x:String>
3   <x:String x:Key="5">bar</x:String>
4   <x:String x:Key="-2">baz</x:String>
5 </Dictionary>