[Visual Basic] Public Property ReadOnly SyncRoot As Object _ Implements ICollection.SyncRoot [C#] public object SyncRoot { get; } [C++] public: __property Object* get_SyncRoot(); [JScript] public function get SyncRoot() : Object
Gets an object that syncrhonizes access to the collection (this list).
ParticleList Class | XRules Namespace