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

GetHeloDisable() public static method

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