OwinFeatureCollection.Get Yöntem

Tanım

Aşırı Yüklemeler

Get(Type)
Get<TFeature>()

İstenen özelliği koleksiyondan alır.

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

Parametreler

key
Type

Döndürülenler

Şunlara uygulanır

Get<TFeature>()

İstenen özelliği koleksiyondan alır.

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

Tür Parametreleri

TFeature

Özellik anahtarı.

Döndürülenler

TFeature

İstenen özellik veya yoksa null.

Uygulamalar

Şunlara uygulanır