Compartilhar via


ConventionSet.AddAfter Método

Definição

Sobrecargas

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

Adiciona uma convenção após uma convenção existente.

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

Adiciona uma convenção após uma convenção existente.

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

Adiciona uma convenção após uma convenção existente.

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

Parâmetros de tipo

TConvention

O tipo de convenção que está sendo adicionada.

Parâmetros

conventionsList
IList<TConvention>

A lista de instâncias de convenção existentes a serem digitalizadas.

newConvention
TConvention

A nova convenção.

existingConventionType
Type

O tipo da convenção existente.

Retornos

true se a convenção foi adicionada.

Aplica-se a

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

Adiciona uma convenção após uma convenção existente.

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

Parâmetros de tipo

TConvention

O tipo de convenção que está sendo adicionada.

Parâmetros

conventionsList
List<TConvention>

A lista de instâncias de convenção existentes a serem digitalizadas.

newConvention
TConvention

A nova convenção.

existingConventionType
Type

O tipo da convenção existente.

Retornos

true se a convenção foi adicionada.

Aplica-se a