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

UIElementState() публичный Метод

Initializes the type with its default attribute values.
public UIElementState ( NodeState parent ) : System
parent NodeState
Результат System
        public UIElementState(NodeState parent)
            : base(parent)
        {
        }