File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ namespace xtd {
117117 // / @brief Return the size of invocation list.
118118 // / @return Return the size of invocation list.
119119 size_t count () const noexcept {return data_->functions .size ();}
120-
120+
121121 // / @brief Gets the delegates array
122122 // / @return The delegates array.
123123 const function_collection& functions () const {return data_->functions ;}
@@ -568,7 +568,7 @@ namespace xtd {
568568 // / @brief Return the size of invocation list.
569569 // / @return Return the size of invocation list.
570570 size_t count () const noexcept {return data_->functions .size () + data_->no_arguments_functions .size ();}
571-
571+
572572 // / @brief Gets the no arguments delegates array
573573 // / @return The delegates array.
574574 const no_arguments_function_collection& no_arguments_functions () const {return data_->no_arguments_functions ;}
You can’t perform that action at this time.
0 commit comments