ConventionSet.Remove Yöntem

Tanım

Aşırı Yüklemeler

Remove(Type)

Verilen türün kuralını kaldırır.

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

Mevcut bir kuralı kaldırır.

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

Mevcut bir kuralı kaldırır.

Remove(Type)

Verilen türün kuralını kaldırır.

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

Parametreler

conventionType
Type

Kaldırılacak kural türü.

Şunlara uygulanır

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

Mevcut bir kuralı kaldırır.

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

Tür Parametreleri

TConvention

Kaldırılan kural türü.

Parametreler

conventionsList
IList<TConvention>

Taranacak mevcut kural örneklerinin listesi.

existingConventionType
Type

Mevcut kuralın türü.

Döndürülenler

true kural kaldırıldıysa.

Şunlara uygulanır

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

Mevcut bir kuralı kaldırır.

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

Tür Parametreleri

TConvention

Kaldırılan kural türü.

Parametreler

conventionsList
List<TConvention>

Taranacak mevcut kural örneklerinin listesi.

existingConventionType
Type

Mevcut kuralın türü.

Döndürülenler

true kural kaldırıldıysa.

Şunlara uygulanır