Class SmtpAlertHandlerConfiguration.UserCollection
Represents the serializable collection of user identifiers.
Implements
Inherited Members
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.set_Item(System.Int32, System.Object)
Namespace: Nevatech.Vsb.Repository.Alerts
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public class UserCollection : Collection<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable
Constructors
UserCollection()
Declaration
public UserCollection()