Opc.Ua.Di.UIElementState.UIElementState C# (CSharp) Méthode

UIElementState() public méthode

Initializes the type with its default attribute values.
public UIElementState ( NodeState parent ) : System
parent NodeState
Résultat System
        public UIElementState(NodeState parent)
            : base(parent)
        {
        }