We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be85f2d commit 341db02Copy full SHA for 341db02
dotnet/src/dotnetframework/GxClasses/Domain/GxCollections.cs
@@ -809,7 +809,7 @@ public void FromStringCollection(GxSimpleCollection<string> value)
809
}
810
811
812
- public void FromStringCollection(GxSimpleCollection<string> value, GxContext context)
+ public void FromStringCollection(GxSimpleCollection<string> value, IGxContext context)
813
{
814
if (typeof(T) == typeof(DateTime))
815
0 commit comments