OwinFeatureCollection.Get Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.