Kimono.KMimeType.AllMimeTypes C# (CSharp) Méthode

AllMimeTypes() public static méthode

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
Résultat List
        public static List<KMimeType> AllMimeTypes()
        {
            return (List<KMimeType>) staticInterceptor.Invoke("allMimeTypes", "allMimeTypes()", typeof(List<KMimeType>));
        }