You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor improvement in understanding GxExternalCollection<T> (#1190)
* Change GXExternalCollection<T> to use a typed generic field internally, eliminating casts while preserving the existing public API.
* Instance cannot be a strongly typed List<T> because the external type is unknown.
What we do know is the type of the wrapper SDT, which is T.
* Instance cannot be a strongly typed List<T> because the external type is unknown.
* Minor comment.
* Improve comment.
---------
Co-authored-by: claudiamurialdo <c.murialdo@globant.com>
0 commit comments