On Wed, 2005-10-26 at 06:47 -0400, Svetlana Zholkovsky
([EMAIL PROTECTED]) wrote:
> +             private IDictionary inner
> +             {
> +                     get
> +                     {
> +                             if (list != null)
> +                                     return list;
> +                             return hashtable;
> +                     }
> +                     set
> +                     {
> +                             list = value as ListDictionary;
> +                             hashtable = value as Hashtable;
> +                     }
> +             }

You should read http://www.mono-project.com/Coding_Guidelines and make
your patches follow those guidelines.

-Gonzalo


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to