Content deleted Content added
→C#: Fix implementation to avoid creating multiple instance of FooMultiton for the same key |
|||
Line 40:
</source>
if (instance == null) {
allowCreation = true;
|
→C#: Fix implementation to avoid creating multiple instance of FooMultiton for the same key |
|||
Line 40:
</source>
if (instance == null) {
allowCreation = true;
|