Share via


FeatureReferences<TCache> Struct

Definition

A reference to a collection of features.

generic <typename TCache>
public value class FeatureReferences
public struct FeatureReferences<TCache>
type FeatureReferences<'Cache> = struct
Public Structure FeatureReferences(Of TCache)

Type Parameters

TCache

The type of the feature.

Inheritance
FeatureReferences<TCache>

Constructors

Name Description
FeatureReferences<TCache>(IFeatureCollection)

Initializes a new instance of FeatureReferences<TCache>.

Fields

Name Description
Cache

This API is part of ASP.NET Core's infrastructure and should not be referenced by application code.

Properties

Name Description
Collection

Gets the IFeatureCollection.

Revision

Gets the revision number.

Methods

Name Description
Fetch<TFeature,TState>(TFeature, TState, Func<TState,TFeature>)

This API is part of ASP.NET Core's infrastructure and should not be referenced by application code.

Fetch<TFeature>(TFeature, Func<IFeatureCollection,TFeature>)

This API is part of ASP.NET Core's infrastructure and should not be referenced by application code.

Initalize(IFeatureCollection, Int32)

Initializes the FeatureReferences<TCache>.

Initalize(IFeatureCollection)

Initializes the FeatureReferences<TCache>.

Applies to