diff --git a/X10D/src/BooleanExtensions/BooleanExtensions.cs b/X10D/src/BooleanExtensions/BooleanExtensions.cs index 10589de..70f40d0 100644 --- a/X10D/src/BooleanExtensions/BooleanExtensions.cs +++ b/X10D/src/BooleanExtensions/BooleanExtensions.cs @@ -24,6 +24,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -47,6 +48,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -70,6 +72,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -93,6 +96,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -118,6 +122,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -143,6 +148,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true; @@ -168,6 +174,7 @@ namespace X10D.BooleanExtensions /// 1 if is , or 0 otherwise. /// /// The following example illustrates the conversion of to values. + /// /// /// bool falseFlag = false; /// bool trueFlag = true;