←Select platform

Item Property (ThreadSafeList<T>)

Summary

Gets or sets the IList at the specified index.

Syntax

C#
VB
C++
public T this[  
   int index 
]; {get; set;} 
Public Default Property Item( _ 
   ByVal index As Integer _ 
) As T 
public: 
property _T^_ default [int] { 
   _T^_ get(int index); 
   void set (int index, _T^_ ); 
} 

Parameters

index
int index

Property Value

The item in the list.

Requirements

Target Platforms

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