destructing static member variables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Are there any static destructors in C#? I found there is no such concept. In
that case, How can one destruct the static member variables intialized in
static constructor? Is there any work around?
 
Venkat said:
Are there any static destructors in C#? I found there is no such concept.
In
that case, How can one destruct the static member variables intialized in
static constructor? Is there any work around?

Don't multi-post. Answered in .framework.

David
 
Back
Top