Boo.Lang.Compiler.CompilerErrorFactory.NotAMemberOfExplicitInterface C# (CSharp) Method

NotAMemberOfExplicitInterface() public static method

public static NotAMemberOfExplicitInterface ( TypeMember member, IType type ) : CompilerError
member TypeMember
type IType
return CompilerError
        public static CompilerError NotAMemberOfExplicitInterface(TypeMember member, IType type)
        {
            return Instantiate("BCE0169", member, member.Name, type);
        }
CompilerErrorFactory