Method GetAllAllocatedImages
GetAllAllocatedImages()
Retrieves all allocated SvgImage instances defined in the KnownSvgImages class.
public static IEnumerable<SvgImage> GetAllAllocatedImages()
Returns
- IEnumerable<SvgImage>
An IEnumerable<T> containing all SvgImage objects which are allocated in static fields in the KnownSvgImages class. The collection will be empty if no such fields are allocated.
Remarks
This method uses reflection to retrieve static fields of type SvgImage from the KnownSvgImages class. It is intended for scenarios where all allocated SVG images need to be enumerated.