C# Класс Patterns.Reflection.Mixins

Provides extensions for ease-of-use during Reflection-based operations.
Показать файл Открыть проект

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

Метод Описание
GetPropertyValues ( this source ) : IEnumerable

Gets the property values.

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

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

Gets the property values.
public static GetPropertyValues ( this source ) : IEnumerable
source this The source.
Результат IEnumerable