gpt4 book ai didi

c# - 如果我想要一个独立的函数怎么办?

转载 作者:太空宇宙 更新时间:2023-11-03 19:02:30 25 4
gpt4 key购买 nike

有什么方法可以用C# 编写一个独立的函数吗?我需要一个函数,但我不认为它是任何现有 class 的成员,而且我看不出有任何写作意义

public abstract class HolderForFunctionsThatIDontKnowWhereElseToPut
{
MyReturnType MyFuction ( ... ) { ... }
}

最佳答案

没有。没有类/结构就没有函数。

你只能在类或结构中有一个函数(方法)。

参见:Why Doesn't C# Implement "Top Level" Methods? (Eric Lippert)

关于c# - 如果我想要一个独立的函数怎么办?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33903662/

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