gpt4 book ai didi

.net - 如何在 IronPython 中实现接口(interface)?

转载 作者:行者123 更新时间:2023-12-03 20:26:44 24 4
gpt4 key购买 nike

FAQ that comes with IronPython 2.0.1说:

You can define interfaces in C#, build those into a DLL, and then implement those interfaces in Python code as well as pass the python objects that implement the interfaces to C# code.



我已经用谷歌搜索和谷歌搜索,但还没有找到如何做到这一点。有人可以帮忙吗?

最佳答案

您可以使用 Python 的常规继承语法来做到这一点:

class SomeClass (ISomeInterface):
def SomeMethod(self, parameter):
pass
只需“继承”接口(interface),像任何其他类方法一样实现它的方法,然后享受吧!

关于.net - 如何在 IronPython 中实现接口(interface)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/695986/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com