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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly