ServiceCollection Class

Summary
Provides a collection of typed objects that act as services which all components can access.
Syntax
C#
VB
C++
public class ServiceCollection : ICollection, IEnumerable, IEnumerable<KeyValuePair<Type, object>> 
  
Public Class ServiceCollection  
   Implements System.Collections.Generic.IEnumerable(Of KeyValuePair(Of Type,Object)), System.Collections.ICollection, System.Collections.IEnumerable  
public ref class ServiceCollection : public System.Collections.Generic.IEnumerable<KeyValuePair<Type,Object>>, System.Collections.ICollection, System.Collections.IEnumerable   
Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.