ServiceCollection Class

Definition

public ref class ServiceCollection : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Type ^, System::Object ^>>, System::Collections::ICollection
public class ServiceCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Type,object>>, System.Collections.ICollection
type ServiceCollection = class
    interface ICollection
    interface IEnumerable
    interface seq<KeyValuePair<Type, obj>>
Public Class ServiceCollection
Implements ICollection, IEnumerable(Of KeyValuePair(Of Type, Object))
Inheritance
ServiceCollection
Implements

Applies to