Partager via


ConventionSet.Remove Méthode

Définition

Surcharges

Remove(Type)

Supprime la convention du type donné.

Remove<TConvention>(IList<TConvention>, Type)

Supprime une convention existante.

Remove<TConvention>(List<TConvention>, Type)

Supprime une convention existante.

Remove(Type)

Supprime la convention du type donné.

public virtual void Remove (Type conventionType);
abstract member Remove : Type -> unit
override this.Remove : Type -> unit
Public Overridable Sub Remove (conventionType As Type)

Paramètres

conventionType
Type

Type de convention à supprimer.

S’applique à

Remove<TConvention>(IList<TConvention>, Type)

Supprime une convention existante.

public static bool Remove<TConvention> (System.Collections.Generic.IList<TConvention> conventionsList, Type existingConventionType);
static member Remove : System.Collections.Generic.IList<'Convention> * Type -> bool
Public Shared Function Remove(Of TConvention) (conventionsList As IList(Of TConvention), existingConventionType As Type) As Boolean

Paramètres de type

TConvention

Type de convention en cours de suppression.

Paramètres

conventionsList
IList<TConvention>

Liste des instances de convention existantes à analyser.

existingConventionType
Type

Type de la convention existante.

Retours

true si la convention a été supprimée.

S’applique à

Remove<TConvention>(List<TConvention>, Type)

Supprime une convention existante.

public static bool Remove<TConvention> (System.Collections.Generic.List<TConvention> conventionsList, Type existingConventionType);
static member Remove : System.Collections.Generic.List<'Convention> * Type -> bool
Public Shared Function Remove(Of TConvention) (conventionsList As List(Of TConvention), existingConventionType As Type) As Boolean

Paramètres de type

TConvention

Type de convention en cours de suppression.

Paramètres

conventionsList
List<TConvention>

Liste des instances de convention existantes à analyser.

existingConventionType
Type

Type de la convention existante.

Retours

true si la convention a été supprimée.

S’applique à