I am unable to give interface name like below. Is it possible to create interface like below in c# ?
using System;
interface d2.Qualitycon.test.runner
{
void ParentInterfaceMethod();
}
Regards,
{
void ParentInterfaceMethod();
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 10, 2012, 1:40 PM