What does [PartCreationPolicy(CreationPolicy.Shared)]
c#, mef
Solution
To add to Julien's answer, I think conceptually you can think of it as a Singleton.
Problem
What does [PartCreationPolicy(CreationPolicy.Shared)] mean?
c#, mef
To add to Julien's answer, I think conceptually you can think of it as a Singleton.
What does [PartCreationPolicy(CreationPolicy.Shared)] mean?