Gets an object that can be used to synchronize
access to the NameValueCollection.
Namespace: CodeSmith.CustomPropertiesAssembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public virtual Object SyncRoot { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property SyncRoot As Object Get |
Property Value
Type: ObjectAn object that can be used to synchronize access to the NameValueCollection.
Implements
IStringStringCollection..::..SyncRootICollection..::..SyncRoot
Remarks
Please refer to SyncRoot for details.