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
/// <returns><see langword="true"/> if the bit field or bit fields that are set in flag are also set in the current instance; otherwise, <see langword="false"/>.</returns>
22
+
/// <exception cref="ArgumentException"><paramref name="flag"/> is a different type than the current instance.</exception>
23
+
[MethodImpl(MethodImplOptions.InternalCall)]
24
+
publicexternboolHasFlag(Enumflag);
15
25
16
26
/// <summary>
17
27
/// Converts the value of this instance to its equivalent string representation.
0 commit comments