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: OpenEphys.ProbeInterface.NET/ContactAnnotations.cs
+4-3
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,17 @@ public class ContactAnnotations
10
10
/// <summary>
11
11
/// Gets the array of strings holding annotations for each contact. Not all indices must have annotations.
12
12
/// </summary>
13
+
[JsonProperty("annotations")]
13
14
publicstring[]Annotations{get;protectedset;}
14
15
15
16
/// <summary>
16
17
/// Initializes a new instance of the <see cref="ContactAnnotations"/> class.
17
18
/// </summary>
18
-
/// <param name="contactAnnotations">Array of strings containing annotations for each contact. Size of the array should match the number of contacts, but they can be empty strings.</param>
19
+
/// <param name="annotations">Array of strings containing annotations for each contact. Size of the array should match the number of contacts, but they can be empty strings.</param>
0 commit comments