QuickOPC User's Guide and Reference
Insert Method (ElasticVector)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections Namespace > ElasticVector Class : Insert Method
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As ElasticVector
Dim index As Integer
Dim value As Object
 
instance.Insert(index, value)
public void Insert( 
   int index,
   object value
)
public:
void Insert( 
   int index,
   Object^ value
) 

Parameters

index
value
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