I\'ve seen this syntax a couple times now, and it\'s beginning to worry me,
For example:
iCalendar iCal = new iCalendar(); Event evt = iCal.Create
It's a Generic Method, Create is declared with type parameters, and check this links for more information: