C# Класс Tp.Core.Expressions.InlineableAttribute

When put on a method requires the presense of that's method overload with the same params wrapped into Expression<Func<,>>. For example: [Inlineable] public static TOut Method1(this TIn item) { return Method1().Apply(item); } public static Expression<Func<TIn, TOut>> Method1() { //return expression here }
Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
InlineableAttribute ( string inlineMethodName = null ) : System

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

InlineableAttribute() публичный Метод

public InlineableAttribute ( string inlineMethodName = null ) : System
inlineMethodName string
Результат System