共用方式為


ConventionSet.AddAfter 方法

定義

多載

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

在現有的慣例之後加入慣例。

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

在現有的慣例之後加入慣例。

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

來源:
ConventionSet.cs
來源:
ConventionSet.cs
來源:
ConventionSet.cs
來源:
ConventionSet.cs

在現有的慣例之後加入慣例。

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

類型參數

TConvention

要加入的慣例類型。

參數

conventionsList
IList<TConvention>

要掃描的現有慣例實例清單。

newConvention
TConvention

新的慣例。

existingConventionType
Type

現有慣例的類型。

傳回

true 如果已新增慣例,則為 。

適用於

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

來源:
ConventionSet.cs
來源:
ConventionSet.cs
來源:
ConventionSet.cs

在現有的慣例之後加入慣例。

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

類型參數

TConvention

要加入的慣例類型。

參數

conventionsList
List<TConvention>

要掃描的現有慣例實例清單。

newConvention
TConvention

新的慣例。

existingConventionType
Type

現有慣例的類型。

傳回

true 如果已新增慣例,則為 。

適用於