Class ICollectionExtensions
Presents a set of methods for working with collections.
Представляет набор методов для работы с коллекциями.
Namespace: Platform.Collections
Assembly: Platform.Collections.dll
Syntax
public static class ICollectionExtensions : object
Methods
| Improve this Doc View SourceAllEqualToDefault<T>(ICollection<T>)
Determines whether all equal to default.
Declaration
public static bool AllEqualToDefault<T>(this ICollection<T> collection)
Parameters
Type | Name | Description |
---|---|---|
ICollection<T> | collection | The collection.
|
Returns
Type | Description |
---|---|
Boolean | The bool
|
Type Parameters
Name | Description |
---|---|
T | The .
|
IsNullOrEmpty<T>(ICollection<T>)
Declaration
public static bool IsNullOrEmpty<T>(this ICollection<T> collection)
Parameters
Type | Name | Description |
---|---|---|
ICollection<T> | collection |
Returns
Type | Description |
---|---|
Boolean |
Type Parameters
Name | Description |
---|---|
T |