C# Класс ModelBuilder.ObjectExtensions

The ObjectExtensions class provides extension methods for object instances.
Показать файл Открыть проект

Открытые методы

Метод Описание
FindProperties ( this source, Regex expression ) : IEnumerable

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

Описание методов

FindProperties() публичный статический Метод

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.
Результат IEnumerable