Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 1924a72

Browse files
committed
Allow access to static IOC methods
1 parent 9d847bd commit 1924a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceStack.Text/PclExport.Net40.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,14 +689,14 @@ public static void RegisterTypeForAot<T>()
689689
}
690690

691691
[MonoTouch.Foundation.Preserve]
692-
static void RegisterQueryStringWriter()
692+
public static void RegisterQueryStringWriter()
693693
{
694694
var i = 0;
695695
if (QueryStringWriter<Poco>.WriteFn() != null) i++;
696696
}
697697

698698
[MonoTouch.Foundation.Preserve]
699-
internal static int RegisterElement<T, TElement>()
699+
public static int RegisterElement<T, TElement>()
700700
{
701701
var i = 0;
702702
i += AotConfig.RegisterSerializers<TElement>();

0 commit comments

Comments
 (0)