Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions xml/Microsoft.Extensions.Configuration/IConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ For more information, see [Configuration in .NET](/dotnet/core/extensions/config
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns a <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> that can be used to observe when this configuration is reloaded.</summary>
<returns>A <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" />.</returns>
<remarks>To be added.</remarks>
<summary>Attempts to get an <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> for change tracking.</summary>
<returns>An <see cref="T:Microsoft.Extensions.Primitives.IChangeToken" /> token if this provider supports change tracking, <see langword="null"/> otherwise.</returns>
<remarks>GetReloadToken is a method that can be used to get a change token that notifies when the configuration is reloaded. A change token is a way to track changes in an object, such as a file, a cache entry, or an option.</remarks>
</Docs>
</Member>
<Member MemberName="GetSection">
Expand Down