Quickstarts.DataAccessServer.UnderlyingSystemBlock.UnderlyingSystemBlock C# (CSharp) Method

UnderlyingSystemBlock() public method

Initializes a new instance of the UnderlyingSystemBlock class.
public UnderlyingSystemBlock ( ) : System
return System
        public UnderlyingSystemBlock()
        {
            m_tags = new List<UnderlyingSystemTag>();
        }
        #endregion