다음을 통해 공유


FormatterCollection<TFormatter>.RemoveType 메서드

정의

오버로드

RemoveType(Type)

지정된 형식의 모든 포맷터를 제거합니다.

RemoveType<T>()

지정된 형식의 모든 포맷터를 제거합니다.

RemoveType(Type)

Source:
FormatterCollection.cs
Source:
FormatterCollection.cs

지정된 형식의 모든 포맷터를 제거합니다.

public:
 void RemoveType(Type ^ formatterType);
public void RemoveType (Type formatterType);
member this.RemoveType : Type -> unit
Public Sub RemoveType (formatterType As Type)

매개 변수

formatterType
Type

제거할 형식입니다.

적용 대상

RemoveType<T>()

Source:
FormatterCollection.cs
Source:
FormatterCollection.cs

지정된 형식의 모든 포맷터를 제거합니다.

public:
generic <typename T>
 where T : TFormatter void RemoveType();
public void RemoveType<T> () where T : TFormatter;
member this.RemoveType : unit -> unit
Public Sub RemoveType(Of T As TFormatter) ()

형식 매개 변수

T

제거할 형식입니다.

적용 대상