C# Класс System.Linq.Expressions.Tests.PrivateReflectionHelpers

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

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

Метод Описание
GetFieldAssert ( this type, string name ) : FieldInfo
GetMethodAssert ( this type, string name ) : MethodInfo
GetPropertyAssert ( this type, string name ) : PropertyInfo

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

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

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

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

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

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

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