ICSharpCode.NRefactory.MonoCSharp.Destructor.CheckBase C# (CSharp) Méthode

CheckBase() protected méthode

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

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