Skip to content

Commit 8182a8b

Browse files
authored
Add missing periods (System.Activities/System.ServiceModel) (dotnet#6722)
1 parent 0e0bc1a commit 8182a8b

File tree

44 files changed

+53
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+53
-52
lines changed

xml/System.Activities.DynamicUpdate/NativeActivityUpdateContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<Docs>
117117
<param name="callback">The method to be called when a notification signals resumption of the NativeActivity.</param>
118118
<summary>Creates the point at which a NativeActivity can passively wait to be resumed and schedules the specified method to execute when notification of the resume operation completes.</summary>
119-
<returns>The callback method</returns>
119+
<returns>The callback method.</returns>
120120
<remarks>To be added.</remarks>
121121
</Docs>
122122
</Member>

xml/System.Activities.Expressions/TextExpression.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
</Parameters>
384384
<Docs>
385385
<param name="target">The target.</param>
386-
<param name="references">The collection of references</param>
386+
<param name="references">The collection of references.</param>
387387
<summary>Represents an object to set references of the text expression with specified target and reference.</summary>
388388
<remarks>To be added.</remarks>
389389
</Docs>

xml/System.Activities.Presentation.Model/ModelItemDictionary.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@
816816
<Parameter Name="index" Type="System.Int32" />
817817
</Parameters>
818818
<Docs>
819-
<param name="array">The one-dimensional array that is the destination of the elements copied from <see cref="T:System.Collections.ICollection" />. The array must have zero-based indexing</param>
819+
<param name="array">The one-dimensional array that is the destination of the elements copied from <see cref="T:System.Collections.ICollection" />. The array must have zero-based indexing.</param>
820820
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
821821
<summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an array, starting at a particular array index.</summary>
822822
<remarks>To be added.</remarks>

xml/System.Activities.Presentation.Model/ModelMemberCollection`2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<param name="throwOnError">
117117
<see langword="true" /> to throw an exception if the given key is not found; otherwise, <see langword="false" />.</param>
118118
<summary>When overridden in a derived class, searches the collection for the given key and returns it if it is found. If the key is not found, this method throws an exception or returns <see langword="null" />, depending on the value passed to <paramref name="throwOnError" />.</summary>
119-
<returns>If found, returns the item</returns>
119+
<returns>If found, returns the item.</returns>
120120
<remarks>To be added.</remarks>
121121
<exception cref="T:System.ArgumentException">The <paramref name="name" /> is not found and <paramref name="throwOnError" /> is <see langword="true" />.</exception>
122122
</Docs>

xml/System.Activities.Presentation/ObjectReferenceService.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<param name="endLine">The end line of the object.</param>
101101
<param name="endColumn">The end column of the object.</param>
102102
<summary>Acquires a reference by the SourceLocation of the object and this method will automatically register the object to listen to SourceLocationUpdatedEvent, if available.</summary>
103-
<returns>A reference by the SourceLocation of the object</returns>
103+
<returns>A reference by the SourceLocation of the object.</returns>
104104
<remarks>To be added.</remarks>
105105
</Docs>
106106
</Member>

xml/System.Activities.Presentation/WorkflowDesignerIcons+DesignerItems.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
</ReturnValue>
373373
<Docs>
374374
<summary>Gets or sets the control that allows the window to be magnified.</summary>
375-
<value>The control that allows the window to be magnified</value>
375+
<value>The control that allows the window to be magnified.</value>
376376
<remarks>To be added.</remarks>
377377
</Docs>
378378
</Member>

xml/System.Activities.Presentation/XamlLoadErrorInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
</ReturnValue>
131131
<Docs>
132132
<summary>Gets or sets the line position of the XAML file where the load error occurred.</summary>
133-
<value>The line position of the XAML file where the load error occurred</value>
133+
<value>The line position of the XAML file where the load error occurred.</value>
134134
<remarks>To be added.</remarks>
135135
</Docs>
136136
</Member>

xml/System.Activities.Tracking/FaultPropagationQuery.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</ReturnValue>
101101
<Docs>
102102
<summary>Gets the name of the activity that was the source of the fault.</summary>
103-
<value>The activity name</value>
103+
<value>The activity name.</value>
104104
<remarks>To be added.</remarks>
105105
</Docs>
106106
</Member>

xml/System.Activities.Tracking/InteropTrackingRecord.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<Parameter Name="v1TrackingRecord" Type="System.Workflow.Runtime.Tracking.TrackingRecord" />
7272
</Parameters>
7373
<Docs>
74-
<param name="activityDisplayName">The activity name</param>
74+
<param name="activityDisplayName">The activity name.</param>
7575
<param name="v1TrackingRecord">The tracking record of the <see cref="T:System.Workflow.ComponentModel.Activity" />.</param>
7676
<summary>Creates a new instance of the <see cref="T:System.Activities.Tracking.InteropTrackingRecord" /> class.</summary>
7777
<remarks>To be added.</remarks>

xml/System.Activities.XamlIntegration/CompiledDataContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<Parameter Name="index" Type="System.Int32" />
272272
</Parameters>
273273
<Docs>
274-
<param name="index">The index of the variable</param>
274+
<param name="index">The index of the variable.</param>
275275
<summary>Gets the value of the variable used by the data context.</summary>
276276
<returns>The value of the variable used by the data context.</returns>
277277
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)