Generics
On this page, we will cover generics
What are Generics?
Generic Invocations
[MethodCall]<[Type Arguments]>([Arguemnts])
// Example
MyType.MyGenericMethod<long>(10000)Last updated
On this page, we will cover generics
[MethodCall]<[Type Arguments]>([Arguemnts])
// Example
MyType.MyGenericMethod<long>(10000)Last updated