Opc.Ua.InstanceNode.InstanceNode C# (CSharp) Method

InstanceNode() public method

Creates a node from another node (copies attributes - not references).
public InstanceNode ( ILocalNode source ) : System
source ILocalNode The source.
return System
        public InstanceNode(ILocalNode source) : base(source)
        {
        }
        #endregion
InstanceNode