Show / Hide Table of Contents

Class LocationDictionary

A dictionary whose keys are spaces (Space objects) and its values are collections of points (Point objects). It is used as the result returned when a container (Container object) queries its position inside such spaces.

Inheritance
System.Object
System.Collections.Generic.Dictionary<Space, System.Collections.Generic.ICollection<Point>>
LocationDictionary
Implements
System.Collections.IDictionary
System.Collections.IEnumerable
Namespace: MultidimLib
Syntax
public sealed class LocationDictionary : Dictionary<Space, ICollection<Point>>, IDictionary<Space, ICollection<Point>>, ICollection<KeyValuePair<Space, ICollection<Point>>>, IReadOnlyDictionary<Space, ICollection<Point>>, IReadOnlyCollection<KeyValuePair<Space, ICollection<Point>>>, IEnumerable<KeyValuePair<Space, ICollection<Point>>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable

Extension Methods

Initialization.C<T>(T)
Back to top MultidimLib from Ecuador.