다음을 통해 공유


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 규칙을 추가한 경우 입니다.

적용 대상