@@ -40,26 +40,26 @@ static void Main( string[] args )
4040
4141 public static Dictionary < string , string > typeInformation = new Dictionary < string , string >
4242 {
43- { typeof ( string ) . Name , "[string](https://github.com/secc /Avalanche/wiki/String)" } ,
44- { typeof ( int ) . Name , "[int](https://github.com/secc /Avalanche/wiki/Int)" } ,
45- { typeof ( ImageSource ) . Name , "[ImageSource](https://github.com/secc /Avalanche/wiki/ImageSource)" } ,
46- { typeof ( bool ) . Name , "[bool](https://github.com/secc /Avalanche/wiki/Bool)" } ,
47- { typeof ( Accelerator ) . Name , "[Accelerator](https://github.com/secc /Avalanche/wiki/Accelerator)" } ,
48- { typeof ( Binding ) . Name , "[Binding](https://github.com/secc /Avalanche/wiki/Binding)" } ,
49- { typeof ( Rectangle ) . Name , "[Rectangle](https://github.com/secc /Avalanche/wiki/Rectangle)" } ,
50- { typeof ( Color ) . Name , "[Color](https://github.com/secc /Avalanche/wiki/Color)" } ,
51- { typeof ( Constraint ) . Name , "[Constraint](https://github.com/secc /Avalanche/wiki/Constraint)" } ,
52- { typeof ( Font ) . Name , "[Font](https://github.com/secc /Avalanche/wiki/Font)" } ,
53- { typeof ( GridLength ) . Name , "[GridLength](https://github.com/secc /Avalanche/wiki/GridLength)" } ,
54- { typeof ( Keyboard ) . Name , "[Keyboard](https://github.com/secc /Avalanche/wiki/Keyboard)" } ,
55- { typeof ( List < string > ) . Name , "[List of Strings](https://github.com/secc /Avalanche/wiki/String)" } ,
56- { typeof ( LayoutOptions ) . Name , "[LayoutOptions](https://github.com/secc /Avalanche/wiki/LayoutOptions)" } ,
57- { typeof ( Point ) . Name , "[Point](https://github.com/secc /Avalanche/wiki/Point)" } ,
58- { typeof ( double ) . Name , "[double](https://github.com/secc /Avalanche/wiki/Double)" } ,
59- { typeof ( Thickness ) . Name , "[Thickness](https://github.com/secc /Avalanche/wiki/Thickness)" } ,
60- { typeof ( Type ) . Name , "[Type](https://github.com/secc /Avalanche/wiki/Type)" } ,
61- { typeof ( Uri ) . Name , "[Uri](https://github.com/secc /Avalanche/wiki/Uri)" } ,
62- { typeof ( WebViewSource ) . Name , "[WebViewSource](https://github.com/secc /Avalanche/wiki/WebViewSource)" } ,
43+ { typeof ( string ) . Name , "[string](https://github.com/SparkDevNetwork /Avalanche/wiki/String)" } ,
44+ { typeof ( int ) . Name , "[int](https://github.com/SparkDevNetwork /Avalanche/wiki/Int)" } ,
45+ { typeof ( ImageSource ) . Name , "[ImageSource](https://github.com/SparkDevNetwork /Avalanche/wiki/ImageSource)" } ,
46+ { typeof ( bool ) . Name , "[bool](https://github.com/SparkDevNetwork /Avalanche/wiki/Bool)" } ,
47+ { typeof ( Accelerator ) . Name , "[Accelerator](https://github.com/SparkDevNetwork /Avalanche/wiki/Accelerator)" } ,
48+ { typeof ( Binding ) . Name , "[Binding](https://github.com/SparkDevNetwork /Avalanche/wiki/Binding)" } ,
49+ { typeof ( Rectangle ) . Name , "[Rectangle](https://github.com/SparkDevNetwork /Avalanche/wiki/Rectangle)" } ,
50+ { typeof ( Color ) . Name , "[Color](https://github.com/SparkDevNetwork /Avalanche/wiki/Color)" } ,
51+ { typeof ( Constraint ) . Name , "[Constraint](https://github.com/SparkDevNetwork /Avalanche/wiki/Constraint)" } ,
52+ { typeof ( Font ) . Name , "[Font](https://github.com/SparkDevNetwork /Avalanche/wiki/Font)" } ,
53+ { typeof ( GridLength ) . Name , "[GridLength](https://github.com/SparkDevNetwork /Avalanche/wiki/GridLength)" } ,
54+ { typeof ( Keyboard ) . Name , "[Keyboard](https://github.com/SparkDevNetwork /Avalanche/wiki/Keyboard)" } ,
55+ { typeof ( List < string > ) . Name , "[List of Strings](https://github.com/SparkDevNetwork /Avalanche/wiki/String)" } ,
56+ { typeof ( LayoutOptions ) . Name , "[LayoutOptions](https://github.com/SparkDevNetwork /Avalanche/wiki/LayoutOptions)" } ,
57+ { typeof ( Point ) . Name , "[Point](https://github.com/SparkDevNetwork /Avalanche/wiki/Point)" } ,
58+ { typeof ( double ) . Name , "[double](https://github.com/SparkDevNetwork /Avalanche/wiki/Double)" } ,
59+ { typeof ( Thickness ) . Name , "[Thickness](https://github.com/SparkDevNetwork /Avalanche/wiki/Thickness)" } ,
60+ { typeof ( Type ) . Name , "[Type](https://github.com/SparkDevNetwork /Avalanche/wiki/Type)" } ,
61+ { typeof ( Uri ) . Name , "[Uri](https://github.com/SparkDevNetwork /Avalanche/wiki/Uri)" } ,
62+ { typeof ( WebViewSource ) . Name , "[WebViewSource](https://github.com/SparkDevNetwork /Avalanche/wiki/WebViewSource)" } ,
6363 } ;
6464
6565 private static string GetInformation ( Type propertyType )
0 commit comments