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

GetHostNewPos() public static method

public static GetHostNewPos ( this collection ) : uint?
collection this
return uint?
    public static uint? GetHostNewPos(this IAtomCollection collection)
    {
      return GetUIntFrom(collection, Atom.PCP_HOST_NEWPOS);
    }
AtomCollectionExtensions