Skip to content

[Qustion] Are there any example show how to use generic in lua? #2

@sonygod

Description

@sonygod

[Qustion] Are there any example show how to use generic in lua?

public class CsHelper
{
    public static dfList<T> newDFList<T>()
    {
        return new List<T>();
    }
}

how to call CsHelper.newDFList in lua?

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