LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Item Property (ThreadSafeList<T>)

Show in webframe





int index
Gets or sets the IList at the specified index.
Syntax
public T this[ 
   int index
]; {get; set;}
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As ThreadSafeList(Of T)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)

            

            
public:
property T^ default [int] {
   T^ get(int index);
   void set (int indexT^ value);
}

Parameters

index
int index

Property Value

The item in the list.
Requirements

Target Platforms

See Also

Reference

ThreadSafeList<T> Class
ThreadSafeList<T> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features