次の方法で共有


OwinFeatureCollection.Get メソッド

定義

オーバーロード

Get(Type)
Get<TFeature>()

コレクションから要求された機能を取得します。

Get(Type)

ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
System.Object.Get(System.Type)
public:
 System::Object ^ Get(Type ^ key);
public object Get (Type key);
member this.Get : Type -> obj
Public Function Get (key As Type) As Object

パラメーター

key
Type

戻り値

適用対象

Get<TFeature>()

ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs
ソース:
OwinFeatureCollection.cs

コレクションから要求された機能を取得します。

public:
generic <typename TFeature>
 virtual TFeature Get();
public TFeature Get<TFeature> ();
abstract member Get : unit -> 'Feature
override this.Get : unit -> 'Feature
Public Function Get(Of TFeature) () As TFeature

型パラメーター

TFeature

機能キー。

戻り値

TFeature

要求された機能。存在しない場合は null。

実装

適用対象