Property.Property

Property(string, Property, params IPropertyItem[])

Membuat instance baru.

public Property(string name, Property property, params IPropertyItem[] items)
ParameterJenisKeterangan
nameStringNama properti.
propertyPropertyWajibProperty contoh.
itemsIPropertyItem[]Array sewenang-wenang dariIPropertyIteminstances. Masing-masing harus aProperty atau aValue contoh.

Lihat juga


Property(string, Value, params IPropertyItem[])

Membuat instance baru.

public Property(string name, Value value, params IPropertyItem[] items)
ParameterJenisKeterangan
nameStringNama properti.
valueValueWajibValue contoh.
itemsIPropertyItem[]Array sewenang-wenang dariIPropertyIteminstances. Masing-masing harus aProperty atau aValue contoh.

Lihat juga