[]
Represents a collection of BidirectionalOverride objects.
public class BidirectionalOverrideCollection : ContentObjectCollection<BidirectionalOverride>, IContentList<BidirectionalOverride>, IReadOnlyList<BidirectionalOverride>, IReadOnlyCollection<BidirectionalOverride>, IEnumerable<BidirectionalOverride>, IEnumerable
Adds a BidirectionalOverride to this collection at the End location.
public BidirectionalOverride Add()
The added BidirectionalOverride.
Adds a BidirectionalOverride to this collection at the End location.
public BidirectionalOverride Add(BiDirection direction)
direction
BiDirectionBidirectionalOverride direction value.
The added BidirectionalOverride.
Inserts a BidirectionalOverride into this collection at a specified location.
public BidirectionalOverride Insert(BiDirection direction, InsertLocation location)
direction
BiDirectionBidirectionalOverride direction value.
location
InsertLocationThe target InsertLocation for the insertion.
The inserted BidirectionalOverride.
Inserts a BidirectionalOverride into this collection at a specified location.
public BidirectionalOverride Insert(InsertLocation location)
location
InsertLocationThe target InsertLocation for the insertion.
The inserted BidirectionalOverride.