ConventionSet.Remove<TConvention>(IList<TConvention>, Type) Yöntem

Tanım

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ın türü.

Parametreler

conventionsList
IList<TConvention>

Taranan mevcut kural örneklerinin listesi.

existingConventionType
Type

Mevcut kuralın türü.

Döndürülenler

Boolean

true kuralı kaldırılmışsa.

Şunlara uygulanır