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

SetChanTrack() public static method

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