开发者

On Line Reference: All the Built in function of C#?

开发者 https://www.devze.com 2023-01-22 16:06 出处:网络
Where can I see all the built in 开发者_如何学JAVAfunction of C#?You\'re looking for MSDN.C# doesn\'t have any \"built in functions\" as such.

Where can I see all the built in 开发者_如何学JAVAfunction of C#?


You're looking for MSDN.


C# doesn't have any "built in functions" as such.

If you mean "types in the .NET framework" then MSDN is your friend.


Hit "F1" in Visual Studio. The documentation is a great reference.


If using Visual Studio ide, you can also use the object browser to inspect all manner of assemblies. Or reflector for that matter.


That would be an empty list. There are no functions defined in C#. C# is object oriented, it has no "native" functions as part of the langauge.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号