NameOfExtension..::..NameOf<(Of <(<'T, TT>)>)> Method (Expression<(Of <(<'Func<(Of <(<'T, TT>)>)>>)>)>)

Name of the specified accessor.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static string NameOf<T, TT>(
	Expression<Func<T, TT>> accessor
)

Type Parameters

T
type of T
TT
The type of the t.

Parameters

accessor
Type: Expression<(Of <(<'Func<(Of <(<'T, TT>)>)>>)>)>
The accessor.

Return Value

returns string