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

GetHeloVersion() public static method

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