Visual Basic (Usage) | ![]() |
---|---|
Dim values() As NodeId Dim value As NodeIdCollection value = NodeIdCollection.ToNodeIdCollection(values) |
C# | |
---|---|
public static NodeIdCollection ToNodeIdCollection( NodeId[] values ) |
Parameters
- values
- An array of NodeId to add to the collection
Return Value
A NodeIdCollection containing the NodeId's added via the parametersA quick-use method that will take an array of NodeId objects and will return them within a NodeIdCollection.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x