Search code examples
c#mef

What does [PartCreationPolicy(CreationPolicy.Shared)]


What does [PartCreationPolicy(CreationPolicy.Shared)] mean?


Solution

  • To add to Julien's answer, I think conceptually you can think of it as a Singleton.