C# (c sharp) function list
C# has no functions in the ordinary sense. So you if you are looking for absolute value you can't call abs() any more and should use static method from Math class!
Math.Abs(foo_bar);
So you can forget right now about function and find some useful methods of class which grouped in namespaces.
Namespace overview you will find here. Base classes are collected in System namespace. And useful list and hashes are located in System.Collections namespace.
Enjoy!
Subscribe to:
Post Comments (Atom)
Asterisk AST_SORCERY function
AST_SORCERY gets a field from a sorcery object. Sorcery is always created for PJSIP aors, endpoints and identifies in asterisk. It allows y...
-
OUT - OF - DATE Obsolete. Please check new post ! If you have issue with Function List plugin for Notepad++ 5.1 or later, please ch...
-
If your worry about data left on dedicated/hosted root server and want to remove secure all files and bits, you can clean complete disk sli...
-
Starting from version 6.4.1 Notepad++ doesn't use plugging FunctionList any more, because it's now built-in feature. I have copied s...
No comments:
Post a Comment