EKG_Project.Architecture.ProcessSync.ProcessSync C# (CSharp) Méthode

ProcessSync() public méthode

public ProcessSync ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public ProcessSync()
        {
            _toProcessingQueue = new Queue<IProcessingState>();
        }