CSharp.

GetNameCS<T1, T2, TResult>(Func<T1, T2, TResult>) Method

Summary

Returns the full name of a `method` as it would appear in C# code. See: Weaver.CSharp.GetNameCS(System.Reflection.MemberInfo,Weaver.CSharp.NameVerbosity).
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
CSharp

Syntax

public static string GetNameCS<T1, T2, TResult>(Func<T1, T2, TResult> method)

Type Parameters

Name Description
T1
T2
TResult

Parameters

Name Type Description
method Func<T1, T2, TResult>

Return Value

Type Description
string