destructing static member variables

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?
 
D

David Browne

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top