







![]() ![]() |
PPJoy Wrapper Library reference library |
MappingCollection..::.IsSynchronized Property |
MappingCollection Class See Also |
Gets a value indicating whether access to the MappingCollection is synchronized (thread safe).
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsSynchronized As Boolean |
C# |
---|
public bool IsSynchronized { get; } |
Visual C++ |
---|
public: virtual property bool IsSynchronized { bool get () sealed; } |