Skip to content

Resolve combinations of built in types #72

Closed
@ENikS

Description

@ENikS

Problem

Unity supports IEnumerable, Array, and Lazy. Theoretically it should be able to distinguish these types:

IEnumerable<T>
IEunmerable<Lazy<T>>
Lazy<T>
Lazy<IEnumerable<T>>
Lazy<T>[]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions