Info
Version: | 1.0.0.33 |
Author(s): | Clarius, Daniel Cazzulino, kzu |
Last Update: | Wednesday, June 15, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://netfx.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/netfx-System.ComponentModel.FilteringReflectionCatalog |
Install
Install-Package netfx-System.ComponentModel.FilteringReflectionCatalog
dotnet add package netfx-System.ComponentModel.FilteringReflectionCatalog
paket add netfx-System.ComponentModel.FilteringReflectionCatalog
netfx-System.ComponentModel.FilteringReflectionCatalog Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Example: var filtered = new FilteringReflectionCatalog(innerCatalog)
{
// Filter all parts that don't have an "IsPublic" metadata
PartFilter = part =>
part.PartDefinition.Metadata.ContainsKey("IsPublic")
};.