←Select platform

RemoveAt Method

Summary

Removes the IList item at the specified index.

Syntax

C#
VB
C++
public void RemoveAt(  
   int index 
) 
Public Sub RemoveAt( _ 
   ByVal index As Integer _ 
) 
public: 
void RemoveAt(  
   int index 
) 

Parameters

index
The zero-based index of the item to remove.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
System.NotSupportedExceptionThe IList is read-only.
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