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

SetChanInfoGenre() public static method

public static SetChanInfoGenre ( this collection, string value ) : void
collection this
value string
return void
    public static void SetChanInfoGenre(this IAtomCollection collection, string value)
    {
      SetAtomTo(collection, new Atom(Atom.PCP_CHAN_INFO_GENRE, value));
    }
AtomCollectionExtensions