Class PhoneCallCollection
Collection of multiple phone calls.
public class PhoneCallCollection : List<PhoneCall>, IList<PhoneCall>, ICollection<PhoneCall>, IList, ICollection, IReadOnlyList<PhoneCall>, IReadOnlyCollection<PhoneCall>, IEnumerable<PhoneCall>, IEnumerable
- Inheritance
-
PhoneCallCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
PhoneCallCollection()
public PhoneCallCollection()
Methods
ToString()
List of string representations of phone calls.
public override string ToString()
Returns
- string
String representation of phone calls separated by new line.