Opc.Ua.FolderState.FolderState C# (CSharp) Method

FolderState() public method

Initializes the instance with its defalt attribute values.
public FolderState ( NodeState parent ) : System
parent NodeState
return System
        public FolderState(NodeState parent) : base( parent)
        {
        }
        #endregion