Ensage.Common.Objects.UtilityObjects.MultiSleeper.MultiSleeper C# (CSharp) 메소드

MultiSleeper() 공개 메소드

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