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.Numerics/BigInteger.xml
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1827,7 +1827,6 @@ The individual bytes in the `value` array should be in little-endian order, from
1827
1827
## Examples
1828
1828
The following example instantiates a <xref:System.Numerics.BigInteger> object from each integral type except <xref:System.UInt64>. It then calls the <xref:System.Numerics.BigInteger.Equals%28System.Int64%29> method to compare the <xref:System.Numerics.BigInteger> value with the original integer value that was passed to the <xref:System.Numerics.BigInteger> constructor. As the output shows, the values are equal in each case.
@@ -1894,7 +1893,6 @@ The individual bytes in the `value` array should be in little-endian order, from
1894
1893
## Examples
1895
1894
The following example compares the approximate distance of several stars from Earth with the distance of Epsilon Indi from Earth to determine whether they are equal. The example uses each overload of the <xref:System.Numerics.BigInteger.Equals%2A> method to test for equality.
@@ -2033,7 +2031,6 @@ The individual bytes in the `value` array should be in little-endian order, from
2033
2031
## Examples
2034
2032
The following example compares the approximate distance of several stars from Earth with the distance of Epsilon Indi from Earth to determine whether they are equal. The example uses each overload of the <xref:System.Numerics.BigInteger.Equals%2A> method to test for equality.
Copy file name to clipboardExpand all lines: xml/System.Reflection.Emit/AssemblyBuilder.xml
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,6 @@ For more information about this API, see [Supplemental API remarks for AssemblyB
89
89
<formattype="text/markdown"><![CDATA[
90
90
The following code example shows how to define and use a dynamic assembly. The example assembly contains one type, `MyDynamicType`, that has a private field, a property that gets and sets the private field, constructors that initialize the private field, and a method that multiplies a user-supplied number by the private field value and returns the result.
@@ -1002,7 +995,6 @@ The following code example shows how to define and use a dynamic assembly. The e
1002
995
## Examples
1003
996
The following example uses the <xref:System.Reflection.Emit.AssemblyBuilder.DefineResource%2A> method to get a resource writer. The example uses the resource writer to add three resource strings.
1004
997
1005
-
:::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/AssemblyBuilder.DefineResource Example 2/CPP/assemblybuilder_defineresource.cpp" id="Snippet1":::
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/AssemblyBuilder.DefineResource Example 2/VB/assemblybuilder_defineresource.vb" id="Snippet1":::
1008
1000
@@ -1157,7 +1149,6 @@ The following code example shows how to define and use a dynamic assembly. The e
1157
1149
## Examples
1158
1150
The following code sample creates and attaches an array of bytes representing an unmanaged resource to a dynamic assembly, using `DefineUnmanagedResource`.
@@ -3386,7 +3373,6 @@ The following code example shows how to define and use a dynamic assembly. The e
3386
3373
## Examples
3387
3374
The following code sample illustrates the use of `SetCustomAttribute` within <xref:System.Reflection.Emit.AssemblyBuilder>, using a <xref:System.Reflection.Emit.CustomAttributeBuilder>.
0 commit comments