Skip to content

Pact Logging LoggingExtensions MethodName(object string)

welshronaldo edited this page May 30, 2022 · 7 revisions

LoggingExtensions.MethodName(object, string) Method

Helper to get the basic calling method name

public static string MethodName(this object _, string memberName="");

Parameters

_ System.Object

memberName System.String

Returns

System.String

Clone this wiki locally