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: xml/System/Enum.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1119,7 +1119,8 @@
1119
1119
<returns>
1120
1120
<seelangword="true" /> if the bit field or bit fields that are set in <paramrefname="flag" /> are also set in the current instance; otherwise, <seelangword="false" />.</returns>
1121
1121
<remarks>
1122
-
<formattype="text/markdown"><![CDATA[
1122
+
<formattype="text/markdown">
1123
+
<![CDATA[
1123
1124
1124
1125
## Remarks
1125
1126
The <xref:System.Enum.HasFlag%2A> method returns the result of the following Boolean expression.
@@ -1138,7 +1139,7 @@ thisInstance And flag = flag
1138
1139
1139
1140
1140
1141
## Examples
1141
-
The following example defines an `ItemsOrdered` enumeration that reflects categories of items that a customer can order in a restaurant. The example tests whether the customer has ordered both an entrée and a beverage.
1142
+
The following example defines an `DinnerItems` enumeration that reflects categories of items that a customer can order in a restaurant. The example tests whether the customer has ordered both an entrée and a beverage.
0 commit comments