diff --git a/csharp/Platform.Collections.Methods/Trees/SizeBalancedTreeMethods.cs b/csharp/Platform.Collections.Methods/Trees/SizeBalancedTreeMethods.cs
index 8253647..b42fbcb 100644
--- a/csharp/Platform.Collections.Methods/Trees/SizeBalancedTreeMethods.cs
+++ b/csharp/Platform.Collections.Methods/Trees/SizeBalancedTreeMethods.cs
@@ -11,6 +11,9 @@ namespace Platform.Collections.Methods.Trees
///
///
///
+ ///
+ /// Based on: Size Balanced Tree by Chen Qifeng (陈启峰).
+ ///
///
public abstract class SizeBalancedTreeMethods : SizedBinaryTreeMethodsBase where TElement: IUnsignedNumber, IComparisonOperators
{