Opc.Ua.Core
ToInt64Collection Method



Opc.Ua Namespace > Int64Collection Class : ToInt64Collection Method
An array of System.Int64 to convert to a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToInt64Collection( _
   ByVal values() As Long _
) As Int64Collection
'Usage
 
Dim values() As Long
Dim value As Int64Collection
 
value = Int64Collection.ToInt64Collection(values)
public static Int64Collection ToInt64Collection( 
   long[] values
)
public:
static Int64Collection^ ToInt64Collection( 
   array<int64>^ values
) 

Parameters

values
An array of System.Int64 to convert to a collection
Remarks
Converts an array to a collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Int64Collection Class
Int64Collection Members