Sdílet prostřednictvím


FormatterCollection<TFormatter>.RemoveType Metoda

Definice

Přetížení

RemoveType(Type)

Odebere všechny formátovací moduly zadaného typu.

RemoveType<T>()

Odebere všechny formátovací moduly zadaného typu.

RemoveType(Type)

Zdroj:
FormatterCollection.cs
Zdroj:
FormatterCollection.cs
Zdroj:
FormatterCollection.cs

Odebere všechny formátovací moduly zadaného typu.

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

Parametry

formatterType
Type

Typ, který chcete odebrat.

Platí pro

RemoveType<T>()

Zdroj:
FormatterCollection.cs
Zdroj:
FormatterCollection.cs
Zdroj:
FormatterCollection.cs

Odebere všechny formátovací moduly zadaného typu.

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) ()

Parametry typu

T

Typ, který chcete odebrat.

Platí pro