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

GetChan() public static method

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