Skip to content

Commit

Permalink
Fix up space issues
Browse files Browse the repository at this point in the history
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
Rageking8 and gewarren authored Oct 3, 2023
1 parent a2393a3 commit 10552d9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions xml/System.Runtime.InteropServices/OptionalAttribute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,12 @@
Optional parameters are not supported by all languages.
<xref:System.Runtime.InteropServices.OptionalAttribute> is sometimes used in conjunction with <xref:System.Runtime.InteropServices.DefaultParameterValueAttribute>.
<xref:System.Runtime.InteropServices.OptionalAttribute> is sometimes used in conjunction with <xref:System.Runtime.InteropServices.DefaultParameterValueAttribute>.
## Examples
The following code example demonstrates how to apply the <xref:System.Runtime.InteropServices.OptionalAttribute> attribute to a parameter of a method written in C#.
The following code example demonstrates how to apply the <xref:System.Runtime.InteropServices.OptionalAttribute> attribute to a parameter of a method written in C#.
:::code language="csharp" source="~/snippets/csharp/System.Runtime.InteropServices/OptionalAttribute/Overview/sample.cs" id="Snippet1":::
:::code language="csharp" source="~/snippets/csharp/System.Runtime.InteropServices/OptionalAttribute/Overview/sample.cs" id="Snippet1":::
]]></format>
</remarks>
Expand Down

0 comments on commit 10552d9

Please sign in to comment.