I have a sample here: http://staff.develop.com/woodring/dotnet/#synchronizedidiom
that demonstrates how to implement this idiom. -Mike DevelopMentor http://staff.develop.com/woodring > -----Original Message----- > From: Ionut Filip [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 6:08 AM > To: .NET Advanced Group > Subject: Synchronized() for a custom collection > > > Hello, > > Can anyone give the start-point ideea of the implementation of > Synchronized() > method for a custom collection (ICollection) ? How do I > create and return an > synchronized wrapper of my collection class ? > > TIA, > Ionut F. >
