Click or drag to resize
ExtensionTExtensionGetExtensions Method
Returns the merged list of all the extensions for all the types.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<Lazy<TExtension>> GetExtensions()

Return Value

Type: IEnumerableLazyTExtension
See Also