7 lines
278 B
XML
7 lines
278 B
XML
|
<List x:TypeArguments="x:Int32" Capacity="4" xmlns="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
<x:Int32>5</x:Int32>
|
||
|
<x:Int32>-3</x:Int32>
|
||
|
<x:Int32>2147483647</x:Int32>
|
||
|
<x:Int32>0</x:Int32>
|
||
|
</List>
|