public interface IJudgeDredd { void IAmTheLaw(); } public interface IRoboCop : IJudgeDredd { void ServeThePublicTrust(); void ProtectTheInnocent(); void UpholdTheLaw(); [EditorBrowsable(EditorBrowsableState.Never)] void Classified(); }