FeatureReferences<TCache> 構造体

定義

特徴のコレクションへの参照。

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

型パラメーター

TCache

機能の種類です。

継承
FeatureReferences<TCache>

コンストラクター

FeatureReferences<TCache>(IFeatureCollection)

FeatureReferences<TCache> の新しいインスタンスを初期化します。

フィールド

Cache

この API は ASP.NET Coreのインフラストラクチャの一部であり、アプリケーション コードで参照しないでください。

プロパティ

Collection

IFeatureCollection を取得します。

Revision

リビジョン番号を取得します。

メソッド

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

この API は ASP.NET Coreのインフラストラクチャの一部であり、アプリケーション コードで参照しないでください。

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

この API は ASP.NET Coreのインフラストラクチャの一部であり、アプリケーション コードで参照しないでください。

Initalize(IFeatureCollection)

FeatureReferences<TCache> を初期化します。

Initalize(IFeatureCollection, Int32)

FeatureReferences<TCache> を初期化します。

適用対象