M
Mike Fechner
Guest
You cannot define a .NET Generic type with an ABL Class as the member type. If your ABL class inherits from a .NET Type you can add instances of the ABL class to a Generic type with the original .NET type as the member type. If your ABL class inherits from System.Object and implements a .NET Interface you can add instances of the ABL class to a Generic type with the .NET Interface as the member type. In that case you need to make the .NET Interface available via an Assembly.
Continue reading...
Continue reading...