OwinFeatureCollection.Set Method

Definition

Overloads

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

Sets the given feature in the collection.

Set(Type, Object)

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.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)

Parameters

key
Type
value
Object

Applies to

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

Sets the given feature in the collection.

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)

Type Parameters

TFeature

The feature key.

Parameters

instance
TFeature

The feature value.

Implements

Applies to