Opc.Ua.PropertyTypeState.Construct C# (CSharp) Метод

Construct() публичный статический Метод

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
Результат NodeState
        public static NodeState Construct(NodeState parent)
        {
            return new PropertyTypeState();
        }
        #endregion