MindFusion WinForms Programmer's Guide
ResourceCollection Members
Constructors Properties Methods Events
 


Represents a strongly-typed collection of Resource objects.

The following tables list the members exposed by the ResourceCollection type.

 Public Constructors

  Name Description

ResourceCollection

Initializes a new instance of the ResourceCollection class.

 Public Properties

  Name Description

Item

Gets the Resource object identified by the specified string.

 Public Methods

  Name Description

AddRange

Adds the specified objects to the end of the collection. (Inherited from ObservableCollection.)

Contains

Determines whether this collection contains a resource identified by the specified string.

 Protected Methods

  Name Description

ClearItems

Collection<T>.ClearItems override. (Inherited from ObservableCollection.)

InsertItem

Collection<T>.InsertItem override. (Inherited from ObservableCollection.)

RemoveItem

Collection<T>.RemoveItem override. (Inherited from ObservableCollection.)

SetItem

Collection<T>.SetItem override. (Inherited from ObservableCollection.)

 Public Events

  Name Description

CollectionChanged

Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from ObservableCollection.)

 See Also

ResourceCollection Class
MindFusion.Scheduling Namespace