共用方式為


ConventionSet.AddBefore 方法

定義

多載

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

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

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

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

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

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

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

類型參數

TConvention

要加入的慣例類型。

參數

conventionsList
IList<TConvention>

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

newConvention
TConvention

新的慣例。

existingConventionType
Type

現有慣例的類型。

傳回

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

適用於

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

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

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

類型參數

TConvention

要加入的慣例類型。

參數

conventionsList
List<TConvention>

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

newConvention
TConvention

新的慣例。

existingConventionType
Type

現有慣例的類型。

傳回

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

適用於