FeatureReferences<TCache> Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Int32) |
Initializes the FeatureReferences<TCache>. |
Initalize(IFeatureCollection) |
Initializes the FeatureReferences<TCache>. |