[]
Represents a collection of data mapping objects.
public class MappingCollection : Collection<PropertyMapping>, IList<PropertyMapping>, ICollection<PropertyMapping>, IList, ICollection, IReadOnlyList<PropertyMapping>, IReadOnlyCollection<PropertyMapping>, IEnumerable<PropertyMapping>, IEnumerable
Name | Description |
---|---|
this[TileProperty] | Gets the first PropertyMapping for the specified tile property. |
Name | Description |
---|---|
Contains(TileProperty) | Determines whether this collection contains a PropertyMapping for the specified tile property. |
IndexOf(TileProperty) | Determines index of the first PropertyMapping for the specified tile property. |
InsertItem(int, PropertyMapping) | Inserts a PropertyMapping into the MappingCollection at the specified index. |
Remove(TileProperty) | Removes the first occurrence of the PropertyMapping for the specified tile property from the collection. |
SetItem(int, PropertyMapping) | Replaces the PropertyMapping at the specified index. |