Пример #1
0
            public EntityId GetDataTypeReflected(Type type)
            {
                var typeIndex = TypeId.GetReflected(type);

                return(dataTypes[typeIndex]);
            }