How do you make a template for "Public Fields"?  Are those like
properties? like methods?

If the documentation says:

[C#] public const int DefaultItemHeight;


Would the template be:

        public const int DefaultItemHeight()
        {
                throw NotImplementedException()
        }



Thanks,
Daniel.


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to