Represents a strongly-typed collection of Contact objects.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public sealed class ContactCollection : ObservableCollection<Contact> |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class ContactCollection |
Inheritance HierarchySystem.Object![]()
System.Collections.ObjectModel.Collection(Contact)![]()
MindFusion.Scheduling.ObservableCollection(Contact)
MindFusion.Scheduling.ContactCollection
See Also