C
CM
Hi There:
I need to translate the follwing C# code to VB.Net:
public class Database : IDisposable
but I don't know how to add Implements Clauses for implementation methods of this interface
Anyone can help?
Thanks!
CM
I need to translate the follwing C# code to VB.Net:
public class Database : IDisposable
but I don't know how to add Implements Clauses for implementation methods of this interface
Anyone can help?
Thanks!
CM