Compartir a través de


OwinFeatureCollection.Set Método

Definición

Sobrecargas

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

Establece la característica especificada en la colección.

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

Parámetros

key
Type
value
Object

Se aplica a

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

Establece la característica especificada en la colección.

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)

Parámetros de tipo

TFeature

Clave de característica.

Parámetros

instance
TFeature

Valor de la característica.

Implementaciones

Se aplica a