Connectivity Software User's Guide and Reference
RemoveItem Method



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.NodeSpace Namespace > NodeCollection Class : RemoveItem Method
Syntax
'Declaration
 
Protected Overrides Sub RemoveItem( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As NodeCollection
Dim index As Integer
 
instance.RemoveItem(index)
protected override void RemoveItem( 
   int index
)
protected:
void RemoveItem( 
   int index
) override 

Parameters

index
Exceptions
ExceptionDescription

The value of an argument is outside the allowable range of values as defined by the invoked method.

This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception.

The value of an argument is outside the allowable range of values as defined by the invoked method.

This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also