File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ details about the cause of the failure
3838- BREAKING: Return values from .NET methods that return an interface are now automatically
3939 wrapped in that interface. This is a breaking change for users that rely on being
4040 able to access members that are part of the implementation class, but not the
41- interface. Use the new __ implementation__ or __ raw_implementation__ properties to
41+ interface. Use the new ` __implementation__ ` or ` __raw_implementation__ ` properties to
4242 if you need to "downcast" to the implementation class.
4343- BREAKING: Parameters marked with ` ParameterAttributes.Out ` are no longer returned in addition
4444 to the regular method return value (unless they are passed with ` ref ` or ` out ` keyword).
@@ -882,4 +882,4 @@ This version improves performance on benchmarks significantly compared to 2.3.
882882[ i1342 ] : https://github.com/pythonnet/pythonnet/issues/1342
883883[ i238 ] : https://github.com/pythonnet/pythonnet/issues/238
884884[ i1481 ] : https://github.com/pythonnet/pythonnet/issues/1481
885- [ i1672 ] : https://github.com/pythonnet/pythonnet/pull/1672
885+ [ i1672 ] : https://github.com/pythonnet/pythonnet/pull/1672
You can’t perform that action at this time.
0 commit comments