Merge pull request #925 from ermshiperete/novell-bug-602934
[mono.git] / mcs / class / System.Xaml / Test / XmlFiles / Array_Int32.xml
1 <x:Array Type="x:Int32" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
2   <x:Int32>4</x:Int32>
3   <x:Int32>-5</x:Int32>
4   <x:Int32>0</x:Int32>
5   <x:Int32>255</x:Int32>
6   <x:Int32>2147483647</x:Int32>
7 </x:Array>