You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet/samples/Concepts/Functions/MethodFunctions_Advanced.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ public async Task MethodFunctionsChaining()
32
32
}
33
33
34
34
/// <summary>
35
-
/// This example shows how to access the custom <see cref="InvocationSettingsAttribute"/> attribute the native method wrapped by Kernel Function is annotated with.
35
+
/// This example shows how to access the custom <see cref="InvocationSettingsAttribute"/> attribute the inner method wrapped by Kernel Function is annotated with.
36
36
/// </summary>
37
37
[Fact]
38
-
publicasyncTaskAccessNativeMethodAttributes()
38
+
publicasyncTaskAccessInnerMethodAttributes()
39
39
{
40
40
// Import the plugin containing the method with the InvocationSettingsAttribute custom attribute
0 commit comments