Compartilhar via


ConventionSet.Remove Método

Definição

Sobrecargas

Remove(Type)

Remove a convenção do tipo fornecido.

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

Remove uma convenção existente.

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

Remove uma convenção existente.

Remove(Type)

Remove a convenção do tipo fornecido.

public virtual void Remove (Type conventionType);
abstract member Remove : Type -> unit
override this.Remove : Type -> unit
Public Overridable Sub Remove (conventionType As Type)

Parâmetros

conventionType
Type

O tipo de convenção a ser removido.

Aplica-se a

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

Remove uma convenção existente.

public static bool Remove<TConvention> (System.Collections.Generic.IList<TConvention> conventionsList, Type existingConventionType);
static member Remove : System.Collections.Generic.IList<'Convention> * Type -> bool
Public Shared Function Remove(Of TConvention) (conventionsList As IList(Of TConvention), existingConventionType As Type) As Boolean

Parâmetros de tipo

TConvention

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

Parâmetros

conventionsList
IList<TConvention>

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

existingConventionType
Type

O tipo da convenção existente.

Retornos

true se a convenção tiver sido removida.

Aplica-se a

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

Remove uma convenção existente.

public static bool Remove<TConvention> (System.Collections.Generic.List<TConvention> conventionsList, Type existingConventionType);
static member Remove : System.Collections.Generic.List<'Convention> * Type -> bool
Public Shared Function Remove(Of TConvention) (conventionsList As List(Of TConvention), existingConventionType As Type) As Boolean

Parâmetros de tipo

TConvention

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

Parâmetros

conventionsList
List<TConvention>

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

existingConventionType
Type

O tipo da convenção existente.

Retornos

true se a convenção tiver sido removida.

Aplica-se a