NameOfExtension..::..NameOf<(Of <(<'T>)>)> Method (Expression<(Of <(<'Func<(Of <(<'T>)>)>>)>)>)
Name of the specified accessor.
Namespace:
CoreAssembly: Core (in Core.dll)
Syntax
public static string NameOf<T>( Expression<Func<T>> accessor )
Type Parameters
- T
- type of T
Parameters
- accessor
- Type: Expression<(Of <(<'Func<(Of <(<'T>)>)>>)>)>
The accessor.