C# Class ModelBuilder.ObjectExtensions

The ObjectExtensions class provides extension methods for object instances.
Afficher le fichier Open project: roryprimrose/ModelBuilder

Méthodes publiques

Méthode Description
FindProperties ( this source, Regex expression ) : IEnumerable

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

Method Details

FindProperties() public static méthode

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.
Résultat IEnumerable