NameOfExtension..::..NameOf<(Of <(<'T, TT>)>)> Method (Expression<(Of <(<'Func<(Of <(<'T, TT>)>)>>)>)>)
   Name of the specified accessor.
   
                
    Namespace: 
   CoreAssembly: 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.