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

SetBcst() public static method

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