Aon
Aon
CC#
Created by Aon on 12/23/2024 in #help
Is is possible to use variable in generic >> EventCallback.Factory.Create<VarType>()
i try this but error Type dynamicType = typeof(Byte); // string, int, datetime EventCallback.Factory.Create<dynamicType >(); // error
5 replies