[Mono-devel-list] [Patch] Another patch for Runtime.InteropServices in corlib
Sébastien Pouliot
spouliot at videotron.ca
Tue May 24 08:19:07 EDT 2005
Hello Andreas,
> here is another patch for corlib, which hopefully fixes a lot of
> issues in
I'm not sure I would call them "issues" ;-) but thanks for upgrading them to
2.0.
> System.Runtime.InteropServices ;)
> Somebody please review and commit.
Please try to keep your changes as small as possible when doing a patch
(i.e. avoid cosmetic changes). Even more when those changes the code style
from "conformant" to non-conformant.
-namespace System.Runtime.InteropServices {
+using System.Reflection;
+namespace System.Runtime.InteropServices
+{
See: http://www.mono-project.com/Coding_Guidelines#Examples
Sebastien Pouliot
home: spouliot at videotron.ca
blog: http://pages.infinit.net/ctech/poupou.html
More information about the Mono-devel-list
mailing list