Hi, I understand that in .NET 3.5 the
ValidatorCollection.IsSynchronized property
return a Boolean telling me if it is synchronized or not. However, I'm having a hard time understand what is it synchronizing with or to?
The MSDN manual simply says:
Gets a value that indicates whether the ValidatorCollection collection is synchronized.
which doesn't help much...