Hello, > 1) Casting: which one is correct? > > a) > > x = ((int)GetPropertyValue ()).ToString (); > > b) > > x = ((int) GetPropertyValue ()).ToString ();
No strong opinion on the space after the cast. > 2) Generics: which one is correct? > > a) > > x = new List<int> (); > > b) > > x = new List <int> (); No space before the <generic> Would you mind updating the Wiki? Miguel. _______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list