Click or drag to resize
NameOfHelperNameOfT Method

[This is preliminary documentation and is subject to change.]

Gets the string representation of an expression

Namespace: Netadmin.Core
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public static string NameOf<T>(
	Expression<Func<T, Object>> expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpressionFuncT, Object

[Missing <param name="expression"/> documentation for "M:Netadmin.Core.NameOfHelper.NameOf``1(System.Linq.Expressions.Expression{System.Func{``0,System.Object}})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Netadmin.Core.NameOfHelper.NameOf``1(System.Linq.Expressions.Expression{System.Func{``0,System.Object}})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Netadmin.Core.NameOfHelper.NameOf``1(System.Linq.Expressions.Expression{System.Func{``0,System.Object}})"]

See Also