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

FeatureReferences<TCache>(IFeatureCollection)

Initializes a new instance of FeatureReferences<TCache>.

Fields

Cache

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

Properties

Collection

Gets the IFeatureCollection.

Revision

Gets the revision number.

Methods

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)

Initializes the FeatureReferences<TCache>.

Initalize(IFeatureCollection, Int32)

Initializes the FeatureReferences<TCache>.

Applies to