ImmutableArray<T>::ICollection::SyncRoot Property

 

Gets the sync root.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

private:
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property Object^ SyncRoot {
	virtual Object^ get() sealed = ICollection::SyncRoot::get;
}

Property Value

Type: System::Object^

Return to top
Show: