Boo.Lang.Compiler.CompilerErrorFactory.NotAMemberOfExplicitInterface C# (CSharp) Метод

NotAMemberOfExplicitInterface() публичный статический Метод

public static NotAMemberOfExplicitInterface ( TypeMember member, IType type ) : CompilerError
member TypeMember
type IType
Результат CompilerError
        public static CompilerError NotAMemberOfExplicitInterface(TypeMember member, IType type)
        {
            return Instantiate("BCE0169", member, member.Name, type);
        }
CompilerErrorFactory