diff --git a/X10D.Unity.dll b/X10D.Unity.dll index ce71de8..fbd770b 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.dll b/X10D.dll index 7f78620..4741dc7 100644 Binary files a/X10D.dll and b/X10D.dll differ diff --git a/X10D.xml b/X10D.xml index 4efd4cd..2852164 100644 --- a/X10D.xml +++ b/X10D.xml @@ -2346,6 +2346,18 @@ is . + + + Returns a number that represents how many elements in the specified sequence satisfy a condition. + + A that contains elements to be tested and counted. + A function to test each element for a condition. + The type of the elements in . + + A number that represents how many elements in the sequence satisfy the condition in the predicate function. + + is . + LINQ-inspired extension methods for of . @@ -2401,6 +2413,18 @@ is . + + + Returns a number that represents how many elements in the specified sequence satisfy a condition. + + A that contains elements to be tested and counted. + A function to test each element for a condition. + The type of the elements in . + + A number that represents how many elements in the sequence satisfy the condition in the predicate function. + + is . + Math-related extension methods for . diff --git a/package.json b/package.json index 94e0254..389d41f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://oliverbooth.dev" }, "displayName": "X10D", - "version": "3.1.0-nightly.101", + "version": "3.1.0-nightly.102", "unity": "2021.2", "description": "Extension methods on crack", "keywords": ["dotnet", "extension-methods"],