Mono.CSharp.InterfaceMemberBase.CheckForDuplications C# (CSharp) 메소드

CheckForDuplications() 보호된 메소드

protected CheckForDuplications ( ) : bool
리턴 bool
		protected virtual bool CheckForDuplications ()
		{
			return Parent.MemberCache.CheckExistingMembersOverloads (this, ParametersCompiled.EmptyReadOnlyParameters);
		}