←Select platform

Item Property (DictionaryWithEvents<TKey,TValue>)

Summary

Gets or sets the value associated with the specified key.

Syntax

C#
VB
C++
public TValue this[  
   TKey key 
]; {get; set;} 
Public Default Property Item( _ 
   ByVal key As TKey _ 
) As TValue 
public: 
property _TValue^_ default [TKey^] { 
   _TValue^_ get(_TKey^_ key); 
   void set (_TKey^_ key, _TValue^_ ); 
} 

Parameters

key
The key of the value to get or set.

Property Value

The value associated with the specified key. If the specified key is not found, a get operation throws a System.Collections.Generic.KeyNotFoundException, and a set operation creates a new element with the specified key.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize