Finds all the MCIDs referenced by this structure element and its children.
[C#] void FindMcids(Dictionary<Page, HashSet<int>> mcids)
void FindMcids(Dictionary<Page, HashSet<int>> mcids)
These MCIDs are added to the mcids Dictionary provided.
The Dictionary maps Page objects to a HashSet of MCID integer IDs.
None.