diff --git a/src/Collections/Collections.csproj b/src/Collections/Collections.csproj index 7999abf..f5472df 100644 --- a/src/Collections/Collections.csproj +++ b/src/Collections/Collections.csproj @@ -2,7 +2,7 @@ netstandard2.0;netstandard1.3;net35;net40;net45 - 1.3.0 + 1.4.0 Jeevan James Jeevan James Collection extensions and custom collections for .NET. diff --git a/src/Collections/Collections.xml b/src/Collections/Collections.xml index 6085b37..d0addc5 100644 --- a/src/Collections/Collections.xml +++ b/src/Collections/Collections.xml @@ -394,29 +394,6 @@ Thrown if is less than one. - - - Represents the results of a predicate check on all items of a collection. - - The type of element in the collection. - - - - Initializes an instance of the class. - - The matching elements. - The elements that do not match. - - - - Collection of all items in the collection that satisfy the predicate. - - - - - Collection of all items in the collection that do not satisfy the predicate. - - Consolidated random number generator that uses for netstandard 1.3 and