In MSDN some .NET classes described like this:
\"This type is thread safe.\"
or
\"Public static (Shared in Visual Basic) m
A Class is considered thread safe if only one thread at a time can modify the state of the objects created from the class OR the class provide such functionality that multiple threads can call various methods of the class at same time.