|
-
Jul 5th, 2006, 06:56 AM
#1
Thread Starter
Junior Member
Collection
I have a class (called ConnectionCollection) that implements IList and ICollection
And i have also another class called ConnectionManager.
Only the ConnectionManager is allowed to Add, Insert and Remove objects to the ConnectionCollection. Other classes may only view the objects with the Item property (or by using an enumerator).
How can i make this possible?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|