Udostępnij za pośrednictwem


ConventionSet.Remove Metoda

Definicja

Przeciążenia

Remove(Type)

Usuwa konwencję danego typu.

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

Usuwa istniejącą konwencję.

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

Usuwa istniejącą konwencję.

Remove(Type)

Źródło:
ConventionSet.cs
Źródło:
ConventionSet.cs
Źródło:
ConventionSet.cs

Usuwa konwencję danego 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 konwencji do usunięcia.

Dotyczy

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

Źródło:
ConventionSet.cs
Źródło:
ConventionSet.cs
Źródło:
ConventionSet.cs
Źródło:
ConventionSet.cs

Usuwa istniejącą konwencję.

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 konwencji jest usuwany.

Parametry

conventionsList
IList<TConvention>

Lista istniejących wystąpień konwencji do skanowania.

existingConventionType
Type

Typ istniejącej konwencji.

Zwraca

true jeśli konwencja została usunięta.

Dotyczy

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

Źródło:
ConventionSet.cs
Źródło:
ConventionSet.cs
Źródło:
ConventionSet.cs

Usuwa istniejącą konwencję.

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 konwencji jest usuwany.

Parametry

conventionsList
List<TConvention>

Lista istniejących wystąpień konwencji do skanowania.

existingConventionType
Type

Typ istniejącej konwencji.

Zwraca

true jeśli konwencja została usunięta.

Dotyczy