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
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/server/csharp/index.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -323,6 +323,18 @@ The `reset` method clears the SDK’s internal stores for the current user and g
323
323
analytics.Reset()
324
324
```
325
325
326
+
## Arrays
327
+
Tosendanarrayasaneventproperty, referencethe [GitHubrepo](https://github.com/segmentio/Serialization.NET/blob/main/Tests/JsonUtilityTest.cs#L24){:target="_blank"}. Below is an example of code you can implement to send an array of strings:
0 commit comments