BasePolyLineMetafileCommandSilentObservableCollectionTAddRange Method |
Adds a range of items to the observable collection.
Instead of iterating through all elements and adding them
one by one (which causes OnPropertyChanged events), all
the items gets added instantly without firing events.
After adding all elements, the OnPropertyChanged event will be fired.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic void AddRange(
IEnumerable<T> enumerable
)
Parameters
- enumerable IEnumerableT
[Missing <param name="enumerable"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BasePolyLineMetafileCommand.SilentObservableCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})"]
See Also