Compartir a través de


ConventionSet.AddBefore Método

Definición

Sobrecargas

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

Agrega una convención antes de una convención existente.

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

Agrega una convención antes de una convención existente.

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

Source:
ConventionSet.cs
Source:
ConventionSet.cs
Source:
ConventionSet.cs
Source:
ConventionSet.cs

Agrega una convención antes de una convención 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

Tipo de convención que se va a agregar.

Parámetros

conventionsList
IList<TConvention>

Lista de instancias de convención existentes que se van a examinar.

newConvention
TConvention

La nueva convención.

existingConventionType
Type

Tipo de la convención existente.

Devoluciones

true si se agregó la convención.

Se aplica a

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

Source:
ConventionSet.cs
Source:
ConventionSet.cs
Source:
ConventionSet.cs

Agrega una convención antes de una convención 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

Tipo de convención que se va a agregar.

Parámetros

conventionsList
List<TConvention>

Lista de instancias de convención existentes que se van a examinar.

newConvention
TConvention

La nueva convención.

existingConventionType
Type

Tipo de la convención existente.

Devoluciones

true si se agregó la convención.

Se aplica a