vote up 0 vote down star

How to create a singleton class which inherit from MarkUpExtension class?

flag
Which language/framework/whatever? :) Need more details from you ;) – FractalizeR Sep 17 at 10:47
I am using C# language. I want to add custom extension in WPF. So I have created a DataExtension class to bind custom data. I want to make DataExtension class to be singleton. How to do it? – Sugirthini Sep 17 at 11:44

1 Answer

vote up 1 vote down check

Take a look at this. Just add that functionality onto your class and it should work. Make sure there's no public constructor of any kind.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.