FormatterCollection<TFormatter> Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mewakili kumpulan pemformat.
generic <typename TFormatter>
public ref class FormatterCollection : System::Collections::ObjectModel::Collection<TFormatter>
public class FormatterCollection<TFormatter> : System.Collections.ObjectModel.Collection<TFormatter>
type FormatterCollection<'Formatter> = class
inherit Collection<'Formatter>
Public Class FormatterCollection(Of TFormatter)
Inherits Collection(Of TFormatter)
Jenis parameter
- TFormatter
Jenis pemformat dalam koleksi.
- Warisan
-
Collection<TFormatter>FormatterCollection<TFormatter>
Konstruktor
FormatterCollection<TFormatter>() |
Menginisialisasi instans baru kelas FormatterCollection<TFormatter> yang kosong. |
FormatterCollection<TFormatter>(IList<TFormatter>) |
Menginisialisasi instans FormatterCollection<TFormatter> baru kelas sebagai pembungkus untuk daftar yang ditentukan. |
Metode
RemoveType(Type) |
Menghapus semua pemformat dari tipe yang ditentukan. |
RemoveType<T>() |
Menghapus semua pemformat dari tipe yang ditentukan. |