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

SetBcstVersion() public static method

public static SetBcstVersion ( this collection, int value ) : void
collection this
value int
return void
    public static void SetBcstVersion(this IAtomCollection collection, int value)
    {
      SetAtomTo(collection, new Atom(Atom.PCP_BCST_VERSION, value));
    }
AtomCollectionExtensions