Mono.CSharp.Destructor.CheckBase C# (CSharp) Method

CheckBase() protected method

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