[]
Gets the ordinal position of the collection item that is being changed.
public int Ordinal { get; }
This property can return -1 (ordinal unknown) if the collection cannot provide this information (if SupportsItemOrdinals returns false).