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

TypeNode() public method

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