Show / Hide Table of Contents
View Source

Class ListExtensions

Inheritance
System.Object
ListExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Core.Selection
Assembly:EvilDICOM.dll
Syntax
public static class ListExtensions

Methods

View Source

FindAll<T>(List<DICOMSelector>, String)

Declaration
public static List<T> FindAll<T>(this List<DICOMSelector> items, string tagId)
Parameters
Type Name Description
System.Collections.Generic.List<DICOMSelector> items
System.String tagId
Returns
Type Description
System.Collections.Generic.List<T>
Type Parameters
Name Description
T
View Source

FindFirst<T>(List<DICOMSelector>, String)

Declaration
public static T FindFirst<T>(this List<DICOMSelector> items, string tagId)
Parameters
Type Name Description
System.Collections.Generic.List<DICOMSelector> items
System.String tagId
Returns
Type Description
T
Type Parameters
Name Description
T
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX