Mono.CSharp.Destructor.CheckBase C# (CSharp) Méthode

CheckBase() protected méthode

protected CheckBase ( ) : bool
Résultat bool
        protected override bool CheckBase()
        {
            // Don't check base, destructors have special syntax
            return true;
        }