Skip to content
Open
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
8 changes: 4 additions & 4 deletions xml/System.Runtime.CompilerServices/Unsafe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@
<Parameter Name="o" Type="System.Object" />
</Parameters>
<Docs>
<typeparam name="T">The type which the object will be cast to.</typeparam>
<param name="o">The object to cast.</param>
<summary>Casts the given object to the specified type.</summary>
<returns>The original object, casted to the given type.</returns>
<typeparam name="T">The type which the object will be reinterpreted as.</typeparam>
<param name="o">The object to reinterpret.</param>
<summary>Reinterprets the specified object as an object of type <typeparamref name="T"/>.</summary>
<returns>The original object, reinterpreted as the specified type.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down