C# Класс withSIX.Core.Presentation.Wpf.Extensions.TypeExtensions

Показать файл Открыть проект

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

Метод Описание
GetMethod ( this type, string name ) : MethodInfo
GetProperties ( this type ) : IEnumerable
GetProperty ( this type, string name ) : PropertyInfo

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

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

public static GetMethod ( this type, string name ) : MethodInfo
type this
name string
Результат System.Reflection.MethodInfo

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

public static GetProperties ( this type ) : IEnumerable
type this
Результат IEnumerable

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

public static GetProperty ( this type, string name ) : PropertyInfo
type this
name string
Результат System.Reflection.PropertyInfo