Sdílet prostřednictvím


OwinFeatureCollection.Set Metoda

Definice

Přetížení

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

Nastaví danou funkci v kolekci.

Set(Type, Object)

Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
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

Platí pro

Set<TFeature>(TFeature)

Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs
Zdroj:
OwinFeatureCollection.cs

Nastaví danou funkci v kolekci.

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

Klíč funkce.

Parametry

instance
TFeature

Hodnota funkce.

Implementuje

Platí pro