Class SmsCollection
Collection of SMS.
public class SmsCollection : List<Sms>, IList<Sms>, ICollection<Sms>, IList, ICollection, IReadOnlyList<Sms>, IReadOnlyCollection<Sms>, IEnumerable<Sms>, IEnumerable
- Inheritance
-
SmsCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
SmsCollection()
public SmsCollection()
Methods
ToString()
String representation of a collection of SMS.
public override string ToString()
Returns
- string
String representation of SMS separated by new line.