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