RootComponentCollectionExtensions Class

Definition

Provides a set of extension methods for modifying collections of IComponent objects.

public ref class RootComponentCollectionExtensions abstract sealed
public static class RootComponentCollectionExtensions
type RootComponentCollectionExtensions = class
Public Module RootComponentCollectionExtensions
Inheritance
RootComponentCollectionExtensions

Methods

Add<TComponent>(RootComponentsCollection, String, IDictionary<String,Object>)

Adds the component specified by TComponent to the collection specified by components to be associated with the selector specified by selector and to be instantiated with the parameters specified by parameters.

Remove(RootComponentsCollection, String)

Removes the component associated with the specified selector from the collection specified by components .

Applies to