Search Results for

    Show / Hide Table of Contents

    Class Extensions

    Inheritance
    System.Object
    Extensions
    Namespace: Monai.Deploy.InformaticsGateway.DicomWeb.Client.Common
    Assembly: Monai.Deploy.InformaticsGateway.DicomWeb.Client.dll
    Syntax
    public static class Extensions

    Methods

    | Improve this Doc View Source

    Trim<T>(T[])

    Trim() removes null values from the input array.

    Declaration
    public static T[] Trim<T>(this T[] input)
    Parameters
    Type Name Description
    T[] input

    Array to be trimmed.

    Returns
    Type Description
    T[]
    Type Parameters
    Name Description
    T

    Any data type.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX