ConventionSet.AddAfter Yöntem

Tanım

Aşırı Yüklemeler

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

Mevcut bir kuraldan sonra bir kural ekler.

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

Mevcut bir kuraldan sonra bir kural ekler.

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

Mevcut bir kuraldan sonra bir kural ekler.

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

Tür Parametreleri

TConvention

Eklenen kuralın türü.

Parametreler

conventionsList
IList<TConvention>

Taranacak mevcut kural örneklerinin listesi.

newConvention
TConvention

Yeni kural.

existingConventionType
Type

Mevcut kuralın türü.

Döndürülenler

true kural eklendiyse.

Şunlara uygulanır

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

Mevcut bir kuraldan sonra bir kural ekler.

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

Tür Parametreleri

TConvention

Eklenen kuralın türü.

Parametreler

conventionsList
List<TConvention>

Taranacak mevcut kural örneklerinin listesi.

newConvention
TConvention

Yeni kural.

existingConventionType
Type

Mevcut kuralın türü.

Döndürülenler

true kural eklendiyse.

Şunlara uygulanır