T
Tarscher
Hi all,
I need to make a copy constructor for a collection class:
public class KeywordCollection : BindingList<BaseKeyword>
{}
Class KeywordCollection is nothing more than a BindingList of
BaseKeywod.
I just don't see how I can make a copyconstructor in the
KeywordCollection class.
eg: KeywordCollection keywordsNew = new KeywordCollection(keywordOld)
I hope somone can help.
Regards,
Stijn
I need to make a copy constructor for a collection class:
public class KeywordCollection : BindingList<BaseKeyword>
{}
Class KeywordCollection is nothing more than a BindingList of
BaseKeywod.
I just don't see how I can make a copyconstructor in the
KeywordCollection class.
eg: KeywordCollection keywordsNew = new KeywordCollection(keywordOld)
I hope somone can help.
Regards,
Stijn