Kimono.KMimeType.AllMimeTypes C# (CSharp) Method

AllMimeTypes() public static method

Get all the mimetypes. Useful for showing the list of available mimetypes. More memory consuming than the ones above, don't use unless really necessary.
public static AllMimeTypes ( ) : List
return List
        public static List<KMimeType> AllMimeTypes()
        {
            return (List<KMimeType>) staticInterceptor.Invoke("allMimeTypes", "allMimeTypes()", typeof(List<KMimeType>));
        }