MapDependencyObjectCollectionBase<T>.Add(T) Method
Appends the specified item to the current collection.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | T | An object to append to the collection. |
Remarks
This method adds a new item to the end of the collection.
See Also