SynchronizedKeyedCollection<K, T>.Item Property (K)

 

Gets the items with a specified key from the collection.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public T this[
	K key
] { get; }

Parameters

key
Type: K

The key for the item being retrieved.

Property Value

Type: T

The item of type T from the collection with the key specified.

.NET Framework
Available since 3.0
Return to top
Show: