Ensage.Common.Objects.UtilityObjects.MultiSleeper.MultiSleeper C# (CSharp) Method

MultiSleeper() public method

Initializes a new instance of the MultiSleeper class.
public MultiSleeper ( ) : System.Collections.Generic
return System.Collections.Generic
        public MultiSleeper()
        {
            this.LastSleepTickDictionary = new Dictionary<object, float>();
        }