ICSharpCode.NRefactory.MonoCSharp.Destructor.CheckBase C# (CSharp) Method

CheckBase() protected method

protected CheckBase ( ) : bool
return bool
		protected override bool CheckBase ()
		{
			if ((caching_flags & Flags.MethodOverloadsExist) != 0)
				CheckForDuplications ();

			// Don't check base, destructors have special syntax
			return true;
		}