DictionaryDescriptor
Gets the initializers.
Gets the meta-data initializers.
public DictionaryDescriptor()
Adds the dictionary initializers.
Adds the dictionary initializers.
Adds the dictionary meta-data initializers.
Adds the dictionary meta-data initializers.
Copies the initializers to the other PropertyDescriptor
public DictionaryDescriptor CopyInitializers(DictionaryDescriptor other, Func<IDictionaryInitializer, bool> selector)
Copies the filtered initializers to the other PropertyDescriptor
Copies the meta-initializers to the other PropertyDescriptor
public DictionaryDescriptor CopyMetaInitializers(DictionaryDescriptor other, Func<IDictionaryMetaInitializer, bool> selector)
Copies the filtered meta-initializers to the other PropertyDescriptor