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

GetChanInfo() public static method

public static GetChanInfo ( this collection ) : IAtomCollection
collection this
return IAtomCollection
    public static IAtomCollection GetChanInfo(this IAtomCollection collection)
    {
      return GetCollectionFrom(collection, Atom.PCP_CHAN_INFO);
    }
AtomCollectionExtensions