ConventionSet.AddAfter Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AddAfter<TConvention>(IList<TConvention>, TConvention, Type) |
Agrega una convención después de una convención existente. |
AddAfter<TConvention>(List<TConvention>, TConvention, Type) |
Agrega una convención después de una convención existente. |
AddAfter<TConvention>(IList<TConvention>, TConvention, Type)
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
Agrega una convención después de una convención 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
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
Nueva convención.
- existingConventionType
- Type
Tipo de la convención existente.
Devoluciones
true
si se agregó la convención.
Se aplica a
AddAfter<TConvention>(List<TConvention>, TConvention, Type)
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
Agrega una convención después de una convención 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
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
Nueva convención.
- existingConventionType
- Type
Tipo de la convención existente.
Devoluciones
true
si se agregó la convención.