I know that MyDefinitionBase is restricted and was wondering if there was some magical way to access say the DisplayNameString or something that gives me an idea of the block type when getting the RemainingBlockPerType from a Projector. Suppose a secondary question is what is the use of the RemainingBlockPerType if half the dictionary is inaccessible?
I've been able to get the values from the dictionary...
MyDefinitionBase and Projector RemainingBlockPerType
Code:
Dictionary<MyDefinitionBase, int> RemainingBlocksPerType { get; }
MyDefinitionBase and Projector RemainingBlockPerType