Click here to Skip to main content
15,921,840 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 7:00
Nuray21-Nov-05 7:00 
GeneralRe: Help needed for Array Class Pin
Joshua Quick21-Nov-05 8:06
Joshua Quick21-Nov-05 8:06 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 8:31
Nuray21-Nov-05 8:31 
GeneralRe: Help needed for Array Class Pin
Joshua Quick21-Nov-05 8:50
Joshua Quick21-Nov-05 8:50 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 8:59
Nuray21-Nov-05 8:59 
GeneralRe: Help needed for Array Class Pin
Joshua Quick21-Nov-05 10:19
Joshua Quick21-Nov-05 10:19 
GeneralRe: Help needed for Array Class Pin
Nuray22-Nov-05 5:10
Nuray22-Nov-05 5:10 
GeneralRe: Help needed for Array Class Pin
Joshua Quick22-Nov-05 5:44
Joshua Quick22-Nov-05 5:44 
Hi Nuray,

What Robert suggests is a good idea. However, it forces you to use its built in collection accessable at CollectionBase.List() which doesn't sound like it'll work for you.

Since you said you need a "complex multidimensional array", then I suggest that you create your own Collection class from scratch and implement the ICollection and IEnumerable interfaces. This way you can add your own data structure within it. It's quite easy to make. You should look at the existing collection classes' methods as an example. I actually prefer to make my own collection class anyways because I can control which data structure it'll contain such as an ArrayList, HashTable, Queue, etc.
AnswerRe: Help needed for Array Class Pin
Robert Rohde21-Nov-05 7:57
Robert Rohde21-Nov-05 7:57 
GeneralRe: Help needed for Array Class Pin
Nuray21-Nov-05 8:57
Nuray21-Nov-05 8:57 
GeneralRe: Help needed for Array Class Pin
Robert Rohde21-Nov-05 10:32
Robert Rohde21-Nov-05 10:32 
GeneralRe: Help needed for Array Class Pin
Nuray22-Nov-05 5:01
Nuray22-Nov-05 5:01 
QuestionFinding the System Idle Timer ? Pin
V3RO21-Nov-05 3:43
V3RO21-Nov-05 3:43 
QuestionProblem with blocked file access Pin
Weckmann21-Nov-05 3:42
Weckmann21-Nov-05 3:42 
AnswerRe: Problem with blocked file access Pin
S. Senthil Kumar21-Nov-05 4:34
S. Senthil Kumar21-Nov-05 4:34 
GeneralRe: Problem with blocked file access Pin
Weckmann21-Nov-05 8:32
Weckmann21-Nov-05 8:32 
QuestionHow to System Idle Timer Pin
V3RO21-Nov-05 3:34
V3RO21-Nov-05 3:34 
Question.Net client and Java server integration Pin
Lkotzer21-Nov-05 3:29
Lkotzer21-Nov-05 3:29 
QuestionPassing an argument to a Thread Pin
zaboboa21-Nov-05 3:14
zaboboa21-Nov-05 3:14 
AnswerRe: Passing an argument to a Thread Pin
S. Senthil Kumar21-Nov-05 4:38
S. Senthil Kumar21-Nov-05 4:38 
GeneralRe: Passing an argument to a Thread Pin
zaboboa21-Nov-05 7:08
zaboboa21-Nov-05 7:08 
QuestionRead Paradox Pin
albCode21-Nov-05 2:29
albCode21-Nov-05 2:29 
QuestionSaving only time from datetimepicker in Sql server Pin
majidbhutta21-Nov-05 2:20
majidbhutta21-Nov-05 2:20 
AnswerRe: Saving only time from datetimepicker in Sql server Pin
Curtis Schlak.21-Nov-05 16:54
Curtis Schlak.21-Nov-05 16:54 
AnswerRe: Saving only time from datetimepicker in Sql server Pin
PraveenRockz [ Praveen Solanki ]12-Aug-10 23:25
PraveenRockz [ Praveen Solanki ]12-Aug-10 23:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.