The InsertPosition type exposes the following members.

Fields

  Name Description
Public field Static member After
insert after the specified index of the collection.
Public field Static member Before
insert before the specified index of the collection.
Public field Static member Begin
insert into begin of the collection.
Public field Static member End
insert into end of the collection.
Public field Static member Unknown
insert into an unknown position of the collection.
Public field value__

See Also