Udostępnij za pośrednictwem


OwinFeatureCollection.Set Metoda

Definicja

Przeciążenia

Set(Type, Object)
Set<TFeature>(TFeature)

Ustawia daną funkcję w kolekcji.

Set(Type, Object)

Ź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.Set(System.Type,System.Object)
public:
 void Set(Type ^ key, System::Object ^ value);
public void Set (Type key, object value);
member this.Set : Type * obj -> unit
Public Sub Set (key As Type, value As Object)

Parametry

key
Type
value
Object

Dotyczy

Set<TFeature>(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

Ustawia daną funkcję w kolekcji.

public:
generic <typename TFeature>
 virtual void Set(TFeature instance);
public void Set<TFeature> (TFeature instance);
abstract member Set : 'Feature -> unit
override this.Set : 'Feature -> unit
Public Sub Set(Of TFeature) (instance As TFeature)

Parametry typu

TFeature

Klucz funkcji.

Parametry

instance
TFeature

Wartość funkcji.

Implementuje

Dotyczy