Merge pull request #925 from ermshiperete/novell-bug-602934
[mono.git] / mcs / class / System.Xaml / Test / XmlFiles / Dictionary_String_Type.xml
1 <Dictionary x:TypeArguments="x:String, s:Type" xmlns="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
2   <x:Type Type="x:Int32" x:Key="t1" />
3   <x:Type Type="s:Int32[]" x:Key="t2" />
4   <x:Type Type="s:Nullable(x:Int32)" x:Key="t3" />
5   <x:Type Type="List(x:Int32)" x:Key="t4" />
6   <x:Type Type="Dictionary(x:Int32, s:DateTime)" x:Key="t5" />
7   <x:Type Type="List(KeyValuePair(x:Int32, s:DateTime))" x:Key="t6" />
8 </Dictionary>