[Mono-list] Making templates

Daniel Carrera dcarrera@math.toronto.edu
Thu, 18 Apr 2002 19:00:56 -0400 (EDT)


I'm confused by the documentation.  The documentation says:

Public Properties:
Item

When I click on 'Item' I get:


[C#] public DataGridTableStyle this[int] {get;}
[C#] public DataGridTableStyle this[string] {get;}


How should I make the template?  Should it be this?:

	public DataGridTableStyle Item
	{
		get { trhow ... }
	}



Daniel.