[]
Inserts a BidirectionalOverride into this collection at a specified location.
public BidirectionalOverride Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As BidirectionalOverride
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
BidirectionalOverride | The inserted BidirectionalOverride. |
Inserts a BidirectionalOverride into this collection at a specified location.
public BidirectionalOverride Insert(BiDirection direction, InsertLocation location)
Public Function Insert(direction As BiDirection, location As InsertLocation) As BidirectionalOverride
Type | Name | Description |
---|---|---|
BiDirection | direction | BidirectionalOverride direction value. |
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
BidirectionalOverride | The inserted BidirectionalOverride. |