CoreOptionsExtension.ReplacedServices Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
yönteminden ayarlanmış ReplaceService<TService,TImplementation>() seçenekler.
public virtual System.Collections.Generic.IReadOnlyDictionary<Type,Type> ReplacedServices { get; }
public virtual System.Collections.Generic.IReadOnlyDictionary<(Type,Type),Type> ReplacedServices { get; }
public virtual System.Collections.Generic.IReadOnlyDictionary<(Type,Type?),Type>? ReplacedServices { get; }
member this.ReplacedServices : System.Collections.Generic.IReadOnlyDictionary<Type, Type>
member this.ReplacedServices : System.Collections.Generic.IReadOnlyDictionary<ValueTuple<Type, Type>, Type>
Public Overridable ReadOnly Property ReplacedServices As IReadOnlyDictionary(Of Type, Type)
Public Overridable ReadOnly Property ReplacedServices As IReadOnlyDictionary(Of ValueTuple(Of Type, Type), Type)