[Missing <summary> documentation for "P:NMixerProNET.Mixers.SyncRoot"]

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public Object SyncRoot { get; }
Visual Basic
Public ReadOnly Property SyncRoot As Object
	Get
Visual C++
public:
virtual property Object^ SyncRoot {
	Object^ get () sealed;
}

Implements

ICollection..::..SyncRoot

See Also