OwinFeatureCollection.Get 메서드

정의

오버로드

Get(Type)
Get<TFeature>()

컬렉션에서 요청된 기능을 검색합니다.

Get(Type)

Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
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>()

Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
OwinFeatureCollection.cs
Source:
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(없는 경우)입니다.

구현

적용 대상