Aqueduct.Monitoring.Tests.SensorTestDouble.SensorTestDouble C# (CSharp) Method

SensorTestDouble() public method

public SensorTestDouble ( string readingName ) : System.Linq
readingName string
return System.Linq
        public SensorTestDouble(string readingName) : base(readingName)
        {

        }