OwinFeatureCollection.Set Methode

Definition

Überlädt

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

Legt das angegebene Feature in der Auflistung fest.

Set(Type, Object)

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)

Parameter

key
Type
value
Object

Gilt für:

Set<TFeature>(TFeature)

Legt das angegebene Feature in der Auflistung fest.

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)

Typparameter

TFeature

Der Featureschlüssel.

Parameter

instance
TFeature

Der Featurewert.

Implementiert

Gilt für: