Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb5e566

Browse files
committed
edits
1 parentcf17f72 commiteb5e566

File tree

1 file changed

+6
-5
lines changed
  • src/connections/sources/catalog/libraries/server/csharp

1 file changed

+6
-5
lines changed

‎src/connections/sources/catalog/libraries/server/csharp/index.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,9 @@ The `reset` method clears the SDK’s internal stores for the current user and g
323323
analytics.Reset()
324324
```
325325

326-
##Compatibility
327-
Thislibrarytargets `.NETStandard 2.0`.Seethe [listofcompatibleplatforms](https://docs.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0){:target="_blank"}.
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:
328328
329-
## FAQ
330-
### Arrays
331-
Tosendanarrayasaneventpropertyyoucanreferencetherepo [here](https://github.com/segmentio/Serialization.NET/blob/main/Tests/JsonUtilityTest.cs#L24). For example, to send an array of strings the following code could be implemented:
332329
```c#
333330
List<string>listOfStrings=newList<string> {"test1","test2","test3" };
334331

@@ -337,6 +334,10 @@ JsonObject customerJsonObj = new JsonObject
337334
["event_name"]=newJsonArray(listOfStrings.ConvertAll(o=> (JsonElement)o))
338335
};
339336
```
337+
338+
## Compatibility
339+
Thislibrarytargets `.NETStandard2.0`.Seethe [listofcompatibleplatforms](https://docs.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0){:target="_blank"}.
340+
340341
## Changelog
341342
[ViewtheAnalytics-CSharpchangelogonGitHub](https://github.com/segmentio/analytics-csharp/releases){:target="_blank"}.
342343

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp