System.Internal.HandleCollector.SuspendCollect C# (CSharp) Méthode

SuspendCollect() private méthode

private SuspendCollect ( ) : void
Résultat void
        internal static void SuspendCollect() {
        lock(internalSyncObject) {
                suspendCount++;
            }
        }