Skip to content

P_Ekstrand_Collections_Generic_TwoKeyDictionary_3_SyncRoot

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

TwoKeyDictionary(TKeyA, TKeyB, TValue).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#

public Object SyncRoot { get; }

VB

Public ReadOnly Property SyncRoot As Object
	Get

C++

public:
virtual property Object^ SyncRoot {
	Object^ get () sealed;
}

F#

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

Property Value

Type: Object

Implements

ICollection.SyncRoot

See Also

Reference

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

Clone this wiki locally