Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))