C# Question
From: Alexander Adam (nospam_at_please.com)
Date: 10/29/04
- Next message: Alexander Adam: "Re: C# Question"
- Previous message: Kevin: "Re: .NET 1.1 SP 1 with D2005?"
- Next in thread: Alexander Adam: "Re: C# Question"
- Reply: Alexander Adam: "Re: C# Question"
- Reply: James Jacobson: "Re: C# Question"
- Reply: Marc Rohloff [TeamB]: "Re: C# Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Alexander Adam: "Re: C# Question"
- Previous message: Kevin: "Re: .NET 1.1 SP 1 with D2005?"
- Next in thread: Alexander Adam: "Re: C# Question"
- Reply: Alexander Adam: "Re: C# Question"
- Reply: James Jacobson: "Re: C# Question"
- Reply: Marc Rohloff [TeamB]: "Re: C# Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]