Show / Hide Table of Contents

    Class ICollectionExtensions

    Presents a set of methods for working with collections.

    Представляет набор методов для работы с коллекциями.

    Inheritance
    Object
    ICollectionExtensions
    Namespace: Platform.Collections
    Assembly: Platform.Collections.dll
    Syntax
    public static class ICollectionExtensions : object

    Methods

    | Improve this Doc View Source

    AllEqualToDefault<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 .

    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX