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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections Namespace > ElasticVector Class : Add Method
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As ElasticVector
Dim value As Object
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   object value
)
public:
int Add( 
   Object^ value
) 

Parameters

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