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

SetChanInfoComment() public static method

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