PeerCastStation.Core.AtomCollectionExtensions.GetChanInfoGenre C# (CSharp) Method

GetChanInfoGenre() public static method

public static GetChanInfoGenre ( this collection ) : string
collection this
return string
    public static string GetChanInfoGenre(this IAtomCollection collection)
    {
      return GetStringFrom(collection, Atom.PCP_CHAN_INFO_GENRE);
    }
AtomCollectionExtensions