IConfigureContextualOptions<TOptions> 介面

定義

generic <typename TOptions>
 where TOptions : classpublic interface class IConfigureContextualOptions : IDisposable
public interface IConfigureContextualOptions<in TOptions> : IDisposable where TOptions : class
type IConfigureContextualOptions<'Options (requires 'Options : null)> = interface
    interface IDisposable
Public Interface IConfigureContextualOptions(Of In TOptions)
Implements IDisposable

類型參數

TOptions
這是反變數的型別參數。 也就是說,您可以使用您指定的類型,或衍生程度較低的任何類型。 如需共變數與反變數的詳細資訊,請參閱泛型中的共變數與反變數
實作

方法

Configure(TOptions)
Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

(繼承來源 IDisposable)

適用於