Banshee.Emusic.Store.StoreView.IsEmusicContentType C# (CSharp) Метод

IsEmusicContentType() приватный статический Метод

private static IsEmusicContentType ( string contentType ) : bool
contentType string
Результат bool
        private static bool IsEmusicContentType (string contentType)
        {
            return contentType == "application/vnd.emusic-emusic_list";
        }