From 964476a6e859959a3c1ae6a005ba82ba0d6b234e Mon Sep 17 00:00:00 2001
From: Max Yankov <golergka@gmail.com>
Date: Sat, 17 Aug 2013 22:45:58 +0200
Subject: [PATCH] C#: Lacking static members

---
 csharp.html.markdown | 1 +
 1 file changed, 1 insertion(+)

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)