Sdílet prostřednictvím


ConventionSet.Remove Metoda

Definice

Přetížení

Remove(Type)

Odebere konvenci daného typu.

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

Odebere existující konvenci.

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

Odebere existující konvenci.

Remove(Type)

Odebere konvenci daného typu.

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

Parametry

conventionType
Type

Typ konvence, který se má odebrat.

Platí pro

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

Odebere existující konvenci.

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

Parametry typu

TConvention

Typ konvence, který se odebírá.

Parametry

conventionsList
IList<TConvention>

Seznam existujících instancí konvencí, které chcete zkontrolovat.

existingConventionType
Type

Typ existující konvence.

Návraty

true pokud byla konvence odebrána.

Platí pro

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

Odebere existující konvenci.

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

Parametry typu

TConvention

Typ konvence, který se odebírá.

Parametry

conventionsList
List<TConvention>

Seznam existujících instancí konvencí, které chcete zkontrolovat.

existingConventionType
Type

Typ existující konvence.

Návraty

true pokud byla konvence odebrána.

Platí pro