EnumerationGetAllT Method |
Returns all enumeration values.
Namespace: GroupDocs.Conversion.ContractsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic static IEnumerable<T> GetAll<T>()
where T : Enumeration
Public Shared Function GetAll(Of T As Enumeration) As IEnumerable(Of T)
public:
generic<typename T>
where T : Enumeration
static IEnumerable<T>^ GetAll()
static member GetAll : unit -> IEnumerable<'T> when 'T : Enumeration
Type Parameters
- T
- Enumerated object type.
Return Value
Type:
IEnumerableTEnumerable of the provided type
See Also