OverlayTagCollection Class

Summary

Represents a collection of OverlayTag objects.

Syntax
C#
VB
C++
public class OverlayTagCollection : List<OverlayTag> 
  
Public Class OverlayTagCollection  
   Inherits System.Collections.Generic.List(Of OverlayTag) 
   Implements System.Collections.Generic.ICollection(Of OverlayTag), System.Collections.Generic.IEnumerable(Of OverlayTag), System.Collections.Generic.IList(Of OverlayTag), System.Collections.Generic.IReadOnlyCollection(Of OverlayTag), System.Collections.Generic.IReadOnlyList(Of OverlayTag), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList  
public ref class OverlayTagCollection : public System.Collections.Generic.List<OverlayTag>, System.Collections.Generic.ICollection<OverlayTag>, System.Collections.Generic.IEnumerable<OverlayTag>, System.Collections.Generic.IList<OverlayTag>, System.Collections.Generic.IReadOnlyCollection<OverlayTag>, System.Collections.Generic.IReadOnlyList<OverlayTag>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList   

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly