共用方式為


CoreOptionsExtension.ReplacedServices 屬性

定義

ReplaceService<TService,TImplementation>() 方法設定的選項。

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)

屬性值

適用於