GetAll
FormatFamilyBase.GetAll<T> method
Retrieves all instances of the specified type T that derive from FormatFamilyBase
.
public static IEnumerable<T> GetAll<T>()
where T : FormatFamilyBase
Parameter | Description |
---|---|
T | The type of format family. |
Return Value
An enumerable collection of instances of the specified type T.
See Also
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor