←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly