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

SetChanPkt() public static method

public static SetChanPkt ( this collection, IList value ) : void
collection this
value IList
return void
    public static void SetChanPkt(this IAtomCollection collection, IList<Atom> value)
    {
      SetAtomTo(collection, new Atom(Atom.PCP_CHAN_PKT, value));
    }
AtomCollectionExtensions