次の方法で共有


ConventionSet.AddAfter メソッド

定義

オーバーロード

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

既存の規則の後に規則を追加します。

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

既存の規則の後に規則を追加します。

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

既存の規則の後に規則を追加します。

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)

既存の規則の後に規則を追加します。

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 規則が追加された場合は 。

適用対象