C# Class FilteringReflectionCatalog.FilteredPart, extensions

Argument passed to the part filter, containing detailed information about the part definition.
Mostra file Open project: netfx/extensions

Public Methods

Method Description
FilteredPart ( System.ComponentModel.Composition.Primitives.ComposablePartDefinition part ) : System

Initializes a new instance of the FilteredPart class with the given part definition.

Method Details

FilteredPart() public method

Initializes a new instance of the FilteredPart class with the given part definition.
public FilteredPart ( System.ComponentModel.Composition.Primitives.ComposablePartDefinition part ) : System
part System.ComponentModel.Composition.Primitives.ComposablePartDefinition
return System