Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sonygod opened this issue Jan 5, 2015 · 0 comments
Open

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

sonygod opened this issue Jan 5, 2015 · 0 comments

Comments

@sonygod
Copy link

sonygod commented Jan 5, 2015

[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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant