KnownPropertyList.Insert

KnownPropertyList.Insert method

List is read-only. Operation is not supported.

public void Insert(int index, PropertyDescriptor item)
ParameterTypeDescription
indexInt32The zero-based index at which item should be inserted.
itemPropertyDescriptorThe object to insert into the System.Collections.Generic.IList.

See Also