Udostępnij za pośrednictwem


OwinFeatureCollection.Get Metoda

Definicja

Przeciążenia

Get(Type)
Get<TFeature>()

Pobiera żądaną funkcję z kolekcji.

Get(Type)

Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
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

Parametry

key
Type

Zwraca

Dotyczy

Get<TFeature>()

Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs
Źródło:
OwinFeatureCollection.cs

Pobiera żądaną funkcję z kolekcji.

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

Parametry typu

TFeature

Klucz funkcji.

Zwraca

TFeature

Żądana funkcja lub wartość null, jeśli nie jest obecna.

Implementuje

Dotyczy