C# Question

From: Alexander Adam (nospam_at_please.com)
Date: 10/29/04


Date: Fri, 29 Oct 2004 03:41:49 +0200

Hey guys,

Just gettin' some training with C# and I've got a Delphi Code here of which
I'm not sure how to convert it to C#:

private
FIdentFuncTable: array[0..cMaxIdent] of function: TctTokenKind of object;

How can I make such an array to which I can assign my functions?
And another question.. In delphi I got something like
TMyEvent = procedure(testval: string) of object;

what's the similar thing in C# for an event that I may assign as a Type and
call it?

thanks,
alex