TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anonymous Anonymous
NA
1
0
User Types
Jun 21 2009 4:45 AM
I have been programming in Delphi for some time and now is trying to master C#. In Delphi you can define your own types (not necessary classes) like:
TArrReal = array of real;
and use them to define 2d arrays in a manner like:
MyArray: array of TArrReal;
Is it possible in C#?
Thanx in advance.
Reply
Answers (
1
)
displaying images
Socket Recieve problems