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

GetBcstVersionEXPrefix() public static method

public static GetBcstVersionEXPrefix ( this collection ) : byte[]
collection this
return byte[]
    public static byte[] GetBcstVersionEXPrefix(this IAtomCollection collection)
    {
      return GetBytesFrom(collection, Atom.PCP_BCST_VERSION_EX_PREFIX);
    }
AtomCollectionExtensions