KnownPropertyList.Item

KnownPropertyList indexer

Gets the element at the specified index.

public PropertyDescriptor this[int index] { get; set; }
ParameterDescription
indexThe zero-based index of the element to get or set.

Return Value

The property is set and the System.Collections.Generic.IList is read-only.

See Also