Compartilhar via


ConventionSet.AddBefore Método

Definição

Sobrecargas

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

Adiciona uma convenção antes de uma convenção existente.

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

Adiciona uma convenção antes de uma convenção existente.

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

Adiciona uma convenção antes de uma convenção existente.

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

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

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

Adiciona uma convenção antes de uma convenção existente.

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

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