'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal value As Object _ )
'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)
'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 )
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
ElasticVector Class ElasticVector Members