Interface
- Namespace
- CoreFramework
Represents shared data that can be reused in the Flyweight pattern. This interface serves as a marker for classes containing common data shared across multiple instances to minimize memory usage.
public interface ISharedData
- Extension Methods