C# 클래스 ModelBuilder.ObjectExtensions

The ObjectExtensions class provides extension methods for object instances.
파일 보기 프로젝트 열기: roryprimrose/ModelBuilder

공개 메소드들

메소드 설명
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