ICSharpCode.NRefactory.MonoCSharp.Destructor.CheckBase C# (CSharp) 메소드

CheckBase() 보호된 메소드

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

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