Reply to thread

did i declare this inheritance and implementatoin correctly?


[code=csharp]


[Serializable()]public abstract class PieceCollectionBase:System.Collections.CollectionBase,System.ICloneable


[/code]


thanks

brandon


Back
Top