Kimono.KMimeType.AllMimeTypes C# (CSharp) Метод

AllMimeTypes() публичный статический Метод

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
Результат List
        public static List<KMimeType> AllMimeTypes()
        {
            return (List<KMimeType>) staticInterceptor.Invoke("allMimeTypes", "allMimeTypes()", typeof(List<KMimeType>));
        }