Returns a Match instance equivalent to the one supplied that is safe to share between multiple threads.
[Visual Basic] Shadows Public Shared Function Synchronized( _ ByVal inner As Match _ ) As Match [C#] public static new Match Synchronized( Match inner ); [C++] public: static new Match* Synchronized( Match* inner ); [JScript] public static new function Synchronized( inner : Match ) : Match;
A Match instance equivalent to the one supplied that is safe to share between multiple threads.
Match Class | Match Members | System.Text.RegularExpressions Namespace