GetAll

FileType.GetAll<T> method

Returns all enumeration values.

public static IEnumerable<FileType> GetAll<T>()
    where T : FileType
Parameter Description
T Enumerated object type.

Return Value

Enumerable of file types

See Also