'Declaration
Public Shared Function ToNodeIdCollection( _ ByVal values() As NodeId _ ) As NodeIdCollection
'Usage
Dim values() As NodeId Dim value As NodeIdCollection value = NodeIdCollection.ToNodeIdCollection(values)
public static NodeIdCollection ToNodeIdCollection( NodeId[] values )
public: static NodeIdCollection^ ToNodeIdCollection( array<NodeId^>^ values )
Parameters
- values
- An array of NodeId to add to the collection
Return Value
A NodeIdCollection containing the NodeId's added via the parameters