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

SetChanInfoName() public static method

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