The InsertPosition type exposes the following members.

Methods

  Name Description
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToLocaleString (Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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