T
Tony Johansson
Hi!
There is one property that exist in the IList interface and that is the
IsReadOnly.
It says "Gets an indicator of whether a collection can be changed."
This IsReadOnly propery also exist in IDictionary interface.
The conclusion that I make concering this IsReadOnly is that
you must is some way be able to specify that a collection can't be changed.
So if you have specified that a collection can't be changed this IsReadOnly
will return true.
So how on earth can you make a collection so that it can't be changed
//Tony
There is one property that exist in the IList interface and that is the
IsReadOnly.
It says "Gets an indicator of whether a collection can be changed."
This IsReadOnly propery also exist in IDictionary interface.
The conclusion that I make concering this IsReadOnly is that
you must is some way be able to specify that a collection can't be changed.
So if you have specified that a collection can't be changed this IsReadOnly
will return true.
So how on earth can you make a collection so that it can't be changed
//Tony