다음을 통해 공유


ConventionSet.Remove 메서드

정의

오버로드

Remove(Type)

지정된 형식의 규칙을 제거합니다.

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

기존 규칙을 제거합니다.

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

기존 규칙을 제거합니다.

Remove(Type)

지정된 형식의 규칙을 제거합니다.

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

매개 변수

conventionType
Type

제거할 규칙 형식입니다.

적용 대상

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

기존 규칙을 제거합니다.

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

형식 매개 변수

TConvention

제거되는 규칙의 형식입니다.

매개 변수

conventionsList
IList<TConvention>

검사할 기존 규칙 인스턴스 목록입니다.

existingConventionType
Type

기존 규칙의 형식입니다.

반환

true 규칙이 제거되었으면 입니다.

적용 대상

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

기존 규칙을 제거합니다.

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

형식 매개 변수

TConvention

제거되는 규칙의 형식입니다.

매개 변수

conventionsList
List<TConvention>

검사할 기존 규칙 인스턴스 목록입니다.

existingConventionType
Type

기존 규칙의 형식입니다.

반환

true 규칙이 제거되었으면 입니다.

적용 대상