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

GetHostClapPP() public static method

public static GetHostClapPP ( this collection ) : int?
collection this
return int?
    public static int? GetHostClapPP(this IAtomCollection collection)
    {
      return GetIntFrom(collection, Atom.PCP_HOST_CLAP_PP);
    }
AtomCollectionExtensions