IReadOnlyTypeMap public interface IReadOnlyTypeMap : IEnumerable<object>, IEnumerable Represents read-only view of a set of typed values. Documentation Code bool Contains<T>() Determines whether the set has the value of type T. bool TryGetValue<T>(out T value) Attempts to get the value of the specified type.