Re: "Abstract" interface ?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



No it does not works :

"Error 1 Inconsistent accessibility: base interface 'Core.INode' is less
accessible than interface 'Core.IDest' "

namespace Core

{

internal interface INode

{

string ParentProperty { get;}

}

public interface IDest : INode

{

string DestProperty { get;}

}

public interface ISrc : INode

{

string DestProperty { get;}

}

}

<jan.bannister@xxxxxxxxx> a écrit dans le message de news:
1122304609.581850.200770@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> mark it 'internal'
>


.



Relevant Pages

  • opening twice the same device file ...
    ... i need a little clarification to fully understand what is going on ... which provides file_operations interface (fops) ... int (struct inode * inode, ...
    (comp.os.linux.development.system)
  • Re: "Abstract" interface ?
    ... public abstract class DestinationBase: IDestination; ... public abstract class SourceBase: ISource; ... > internal interface IDestination: INode ...
    (microsoft.public.dotnet.framework)
  • Re: reiser4 plugins
    ... inodes in the attrfs. ... I prefer that interface over xattr or openat. ... Not sure I like using inode numbers, ... You can still symlink. ...
    (Linux-Kernel)
  • Re: "Abstract" interface ?
    ... > public abstract class DestinationBase: ... >> internal interface IDestination: INode ... >> internal interface ISource: INode ...
    (microsoft.public.dotnet.framework)