Opc.Ua.InstanceNode.InstanceNode C# (CSharp) 메소드

InstanceNode() 공개 메소드

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