World.ToyWorldCore.AutoupdateRegister.Invariants C# (CSharp) Méthode

Invariants() private méthode

private Invariants ( ) : void
Résultat void
        private void Invariants()
        {
            Contract.Invariant(m_register != null, "Register cannot be null");
        }
    }