diff options
author | Max Yankov <golergka@gmail.com> | 2013-08-17 22:45:58 +0200 |
---|---|---|
committer | Max Yankov <golergka@gmail.com> | 2013-08-17 22:45:58 +0200 |
commit | 964476a6e859959a3c1ae6a005ba82ba0d6b234e (patch) | |
tree | 4dbb0a750f84ac45c9c118da3b80764af01977e9 /csharp.html.markdown | |
parent | b488745fc646b16df4ef87ddb746af596ea6588f (diff) |
C#: Lacking static members
Diffstat (limited to 'csharp.html.markdown')
-rw-r--r-- | csharp.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp.html.markdown b/csharp.html.markdown index 3de1eb66..584d40fd 100644 --- a/csharp.html.markdown +++ b/csharp.html.markdown @@ -535,6 +535,7 @@ namespace Learning * Enums, Flags * Attributes * Generics (T), Delegates, Func, Actions, lambda expressions + * Static properties, methods and classes * Exceptions, Interfaces, Abstraction * LINQ * ASP.NET (Web Forms/MVC/WebMatrix) |