Opc.Ua.Di.BlockState.BlockState C# (CSharp) Method

BlockState() public method

Initializes the type with its default attribute values.
public BlockState ( NodeState parent ) : System
parent NodeState
return System
        public BlockState(NodeState parent)
            : base(parent)
        {
        }