C# Class ModelBuilder.ObjectExtensions

The ObjectExtensions class provides extension methods for object instances.
Datei anzeigen Open project: roryprimrose/ModelBuilder

Public Methods

Method Description
FindProperties ( this source, Regex expression ) : IEnumerable

Finds the properties on the instance that match the specified expression.

Method Details

FindProperties() public static method

Finds the properties on the instance that match the specified expression.
The parameter is null. The parameter is null.
public static FindProperties ( this source, Regex expression ) : IEnumerable
source this The source instance.
expression System.Text.RegularExpressions.Regex The evaluation expression.
return IEnumerable