FeatureReferences<TCache>(IFeatureCollection) 构造函数

定义

初始化 FeatureReferences<TCache> 的新实例。

public:
 FeatureReferences(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ collection);
public FeatureReferences (Microsoft.AspNetCore.Http.Features.IFeatureCollection collection);
new Microsoft.AspNetCore.Http.Features.FeatureReferences<'Cache> : Microsoft.AspNetCore.Http.Features.IFeatureCollection -> Microsoft.AspNetCore.Http.Features.FeatureReferences<'Cache>
Public Sub New (collection As IFeatureCollection)

参数

适用于