ay, September 21, 2004 2:18 AM
Subject: RE: [Nant-users] proper format for a collection of strings in
custom task
It turns out that I forgot to do a lot! I first needed to create a class
derived from Element:
[ElementName("pattern")]
public class Pattern : Element {
// ...
}
Then I
It turns out that I forgot to do a lot! I
first needed to create a class derived from Element:
[ElementName(“pattern”)]
public class Pattern : Element {
// …
}
Then I needed to create a specialized
Collection:
[Serializable()]
public class PatternCollection :
CollectionB