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

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

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