GenericPropertyTKey

GenericProperty<TKey> structure

Mewakili properti kontainer.

public struct GenericProperty<TKey>
    where TKey : struct
ParameterKeterangan
TKeyJenis nilai properti.

Konstruktor

NamaKeterangan
GenericProperty(string)Menginisialisasi instance baru dariGenericProperty struct.

Properti

NamaKeterangan
Name { get; }Mendapat nama properti.
Value { get; }Mendapat nilai properti.

Lihat juga