OwinFeatureCollection.Get Método

Definición

Sobrecargas

Get(Type)
Get<TFeature>()

Recupera la característica solicitada de la colección.

Get(Type)

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

Parámetros

key
Type

Devoluciones

Object

Se aplica a

Get<TFeature>()

Recupera la característica solicitada de la colección.

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

Parámetros de tipo

TFeature

Clave de característica.

Devoluciones

TFeature

La característica solicitada o null si no está presente.

Implementaciones

Se aplica a