Opc.Ua.Server.BaseTypeSource.BaseTypeSource C# (CSharp) Method

BaseTypeSource() protected method

Adds the source to the type table.
protected BaseTypeSource ( IServerInternal server ) : System
server IServerInternal
return System
        protected BaseTypeSource(IServerInternal server)
        : 
            base(server, null)
        {            
        }