[Mono-list] templates for Public Fields

Daniel Carrera dcarrera@math.toronto.edu
Sat, 20 Apr 2002 16:09:51 -0400 (EDT)


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.