In This Article

ExpandableCollectionConverter.CollectionItemPropertyDescriptor Class

protected class ExpandableCollectionConverter.CollectionItemPropertyDescriptor : TypeConverter.SimplePropertyDescriptor
Inheritance:
object MemberDescriptor PropertyDescriptor TypeConverter.SimplePropertyDescriptor object

Constructors

CollectionItemPropertyDescriptor(ICollection, int, object, Type, Attribute[])

public CollectionItemPropertyDescriptor(ICollection collection, int index, object item, Type itemType, Attribute[] attributes)
Parameter Type Description
collection ICollection
index int
item object
itemType Type
attributes Attribute[]

Properties

IsReadOnly

public override bool IsReadOnly { get; }

Property Value

bool

Methods

GetValue(object)

public override object GetValue(object component)
Parameter Type Description
component object

Returns

object

SetValue(object, object)

public override void SetValue(object component, object value)
Parameter Type Description
component object
value object

Inherited Members