Skip to content

P_Ekstrand_Collections_Generic_TwoKeyDictionary_3_KeyBCollection_System_Collections_ICollection_SyncRoot

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyBCollection.ICollection.SyncRoot Property

Gets an object that can be used to synchronize access to the ICollection.

Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

ObjectICollection.SyncRoot { get; }

VB

Private ReadOnly Property SyncRoot As Object
	Implements ICollection.SyncRoot
	Get

C++

private:
virtual property Object^ SyncRoot {
	Object^ get () sealed = ICollection::SyncRoot::get;
}

F#

private abstract SyncRoot : Object with get
private override SyncRoot : Object with get

Property Value

Type: Object

Implements

ICollection.SyncRoot

See Also

Reference

TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyBCollection Class
Ekstrand.Collections.Generic Namespace

Clone this wiki locally