G
Guest
Hi all,
I want to create a collection type: LineRuns containing type: LineRun. I
would like to implement the IEnumerable interface to be able to use foreach
against the LineRuns collection. The LineRuns class has a method called:
AddLineRun() which will create an instance of the LineRun class. How should
I do this?
I want to create a collection type: LineRuns containing type: LineRun. I
would like to implement the IEnumerable interface to be able to use foreach
against the LineRuns collection. The LineRuns class has a method called:
AddLineRun() which will create an instance of the LineRun class. How should
I do this?