Skip to content

Commit 53316ee

Browse files
committed
System.R*
1 parent 4e9c359 commit 53316ee

File tree

455 files changed

+2415
-2321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

455 files changed

+2415
-2321
lines changed

xml/System.Reflection.Context/CustomReflectionContext.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<MemberSignature Language="VB.NET" Value="Protected Overridable Function AddProperties (type As Type) As IEnumerable(Of PropertyInfo)" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netstandard-2.0-pp" />
122122
<MemberSignature Language="F#" Value="abstract member AddProperties : Type -&gt; seq&lt;System.Reflection.PropertyInfo&gt;&#xA;override this.AddProperties : Type -&gt; seq&lt;System.Reflection.PropertyInfo&gt;" Usage="customReflectionContext.AddProperties type" />
123123
<MemberSignature Language="C++ CLI" Value="protected:&#xA; virtual System::Collections::Generic::IEnumerable&lt;System::Reflection::PropertyInfo ^&gt; ^ AddProperties(Type ^ type);" />
124-
<MemberSignature Language="VB.NET" Value="Protected Iterator Overridable Function AddProperties (type As Type) As IEnumerable(Of PropertyInfo)" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;netstandard-2.1-pp" />
124+
<MemberSignature Language="VB.NET" Value="Protected Iterator Overridable Function AddProperties (type As Type) As IEnumerable(Of PropertyInfo)" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.1-pp;netframework-4.7.2;netframework-4.7.2-pp;netframework-4.8;netframework-4.8.1;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.1-pp" />
125125
<MemberType>Method</MemberType>
126126
<AssemblyInfo>
127127
<AssemblyName>System.Reflection.Context</AssemblyName>
@@ -130,7 +130,7 @@
130130
<AssemblyVersion>10.0.0.0</AssemblyVersion>
131131
</AssemblyInfo>
132132
<Attributes>
133-
<Attribute FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netstandard-2.1-pp">
133+
<Attribute FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.1-pp">
134134
<AttributeName Language="C#">[System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.Reflection.Context.CustomReflectionContext+&lt;AddProperties&gt;d__7))]</AttributeName>
135135
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.Reflection.Context.CustomReflectionContext+&lt;AddProperties&gt;d__7))&gt;]</AttributeName>
136136
</Attribute>
@@ -180,7 +180,7 @@
180180
<MemberSignature Language="VB.NET" Value="Protected Function CreateProperty (propertyType As Type, name As String, getter As Func(Of Object, Object), setter As Action(Of Object, Object)) As PropertyInfo" />
181181
<MemberSignature Language="F#" Value="member this.CreateProperty : Type * string * Func&lt;obj, obj&gt; * Action&lt;obj, obj&gt; -&gt; System.Reflection.PropertyInfo" Usage="customReflectionContext.CreateProperty (propertyType, name, getter, setter)" />
182182
<MemberSignature Language="C++ CLI" Value="protected:&#xA; System::Reflection::PropertyInfo ^ CreateProperty(Type ^ propertyType, System::String ^ name, Func&lt;System::Object ^, System::Object ^&gt; ^ getter, Action&lt;System::Object ^, System::Object ^&gt; ^ setter);" />
183-
<MemberSignature Language="C#" Value="protected System.Reflection.PropertyInfo CreateProperty (Type propertyType, string name, Func&lt;object,object?&gt;? getter, Action&lt;object,object?&gt;? setter);" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netstandard-2.0-pp;netstandard-2.1-pp" />
183+
<MemberSignature Language="C#" Value="protected System.Reflection.PropertyInfo CreateProperty (Type propertyType, string name, Func&lt;object,object?&gt;? getter, Action&lt;object,object?&gt;? setter);" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp;netstandard-2.1-pp" />
184184
<MemberType>Method</MemberType>
185185
<AssemblyInfo>
186186
<AssemblyName>System.Reflection.Context</AssemblyName>
@@ -235,7 +235,7 @@
235235
<MemberSignature Language="VB.NET" Value="Protected Function CreateProperty (propertyType As Type, name As String, getter As Func(Of Object, Object), setter As Action(Of Object, Object), propertyCustomAttributes As IEnumerable(Of Attribute), getterCustomAttributes As IEnumerable(Of Attribute), setterCustomAttributes As IEnumerable(Of Attribute)) As PropertyInfo" />
236236
<MemberSignature Language="F#" Value="member this.CreateProperty : Type * string * Func&lt;obj, obj&gt; * Action&lt;obj, obj&gt; * seq&lt;Attribute&gt; * seq&lt;Attribute&gt; * seq&lt;Attribute&gt; -&gt; System.Reflection.PropertyInfo" Usage="customReflectionContext.CreateProperty (propertyType, name, getter, setter, propertyCustomAttributes, getterCustomAttributes, setterCustomAttributes)" />
237237
<MemberSignature Language="C++ CLI" Value="protected:&#xA; System::Reflection::PropertyInfo ^ CreateProperty(Type ^ propertyType, System::String ^ name, Func&lt;System::Object ^, System::Object ^&gt; ^ getter, Action&lt;System::Object ^, System::Object ^&gt; ^ setter, System::Collections::Generic::IEnumerable&lt;Attribute ^&gt; ^ propertyCustomAttributes, System::Collections::Generic::IEnumerable&lt;Attribute ^&gt; ^ getterCustomAttributes, System::Collections::Generic::IEnumerable&lt;Attribute ^&gt; ^ setterCustomAttributes);" />
238-
<MemberSignature Language="C#" Value="protected System.Reflection.PropertyInfo CreateProperty (Type propertyType, string name, Func&lt;object,object?&gt;? getter, Action&lt;object,object?&gt;? setter, System.Collections.Generic.IEnumerable&lt;Attribute&gt;? propertyCustomAttributes, System.Collections.Generic.IEnumerable&lt;Attribute&gt;? getterCustomAttributes, System.Collections.Generic.IEnumerable&lt;Attribute&gt;? setterCustomAttributes);" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netstandard-2.0-pp;netstandard-2.1-pp" />
238+
<MemberSignature Language="C#" Value="protected System.Reflection.PropertyInfo CreateProperty (Type propertyType, string name, Func&lt;object,object?&gt;? getter, Action&lt;object,object?&gt;? setter, System.Collections.Generic.IEnumerable&lt;Attribute&gt;? propertyCustomAttributes, System.Collections.Generic.IEnumerable&lt;Attribute&gt;? getterCustomAttributes, System.Collections.Generic.IEnumerable&lt;Attribute&gt;? setterCustomAttributes);" FrameworkAlternate="net-10.0-pp;net-8.0-pp;net-9.0-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp;netstandard-2.1-pp" />
239239
<MemberType>Method</MemberType>
240240
<AssemblyInfo>
241241
<AssemblyName>System.Reflection.Context</AssemblyName>

xml/System.Reflection.Metadata.Ecma335/ArrayShapeEncoder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Type Name="ArrayShapeEncoder" FullName="System.Reflection.Metadata.Ecma335.ArrayShapeEncoder">
2-
<TypeSignature Language="C#" Value="public readonly struct ArrayShapeEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netstandard-2.0-pp" />
2+
<TypeSignature Language="C#" Value="public readonly struct ArrayShapeEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
33
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit ArrayShapeEncoder extends System.ValueType" />
44
<TypeSignature Language="DocId" Value="T:System.Reflection.Metadata.Ecma335.ArrayShapeEncoder" />
55
<TypeSignature Language="VB.NET" Value="Public Structure ArrayShapeEncoder" />

xml/System.Reflection.Metadata.Ecma335/BlobEncoder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Type Name="BlobEncoder" FullName="System.Reflection.Metadata.Ecma335.BlobEncoder">
2-
<TypeSignature Language="C#" Value="public readonly struct BlobEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netstandard-2.0-pp" />
2+
<TypeSignature Language="C#" Value="public readonly struct BlobEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
33
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit BlobEncoder extends System.ValueType" />
44
<TypeSignature Language="DocId" Value="T:System.Reflection.Metadata.Ecma335.BlobEncoder" />
55
<TypeSignature Language="VB.NET" Value="Public Structure BlobEncoder" />

xml/System.Reflection.Metadata.Ecma335/ControlFlowBuilder.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,12 @@ This example shows how to emit a method body with the exception handler using <x
251251
</Docs>
252252
</Member>
253253
<Member MemberName="Clear">
254-
<MemberSignature Language="C#" Value="public void Clear ();" FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp" />
255-
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Clear() cil managed" FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp" />
256-
<MemberSignature Language="DocId" Value="M:System.Reflection.Metadata.Ecma335.ControlFlowBuilder.Clear" FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp" />
257-
<MemberSignature Language="VB.NET" Value="Public Sub Clear ()" FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp" />
258-
<MemberSignature Language="F#" Value="member this.Clear : unit -&gt; unit" Usage="controlFlowBuilder.Clear " FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp" />
259-
<MemberSignature Language="C++ CLI" Value="public:&#xA; void Clear();" FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp" />
254+
<MemberSignature Language="C#" Value="public void Clear ();" FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
255+
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Clear() cil managed" FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
256+
<MemberSignature Language="DocId" Value="M:System.Reflection.Metadata.Ecma335.ControlFlowBuilder.Clear" FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
257+
<MemberSignature Language="VB.NET" Value="Public Sub Clear ()" FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
258+
<MemberSignature Language="F#" Value="member this.Clear : unit -&gt; unit" Usage="controlFlowBuilder.Clear " FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
259+
<MemberSignature Language="C++ CLI" Value="public:&#xA; void Clear();" FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
260260
<MemberType>Method</MemberType>
261261
<AssemblyInfo>
262262
<AssemblyName>System.Reflection.Metadata</AssemblyName>
@@ -266,7 +266,7 @@ This example shows how to emit a method body with the exception handler using <x
266266
<AssemblyVersion>10.0.0.0</AssemblyVersion>
267267
</AssemblyInfo>
268268
<ReturnValue>
269-
<ReturnType FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netstandard-2.0-pp">System.Void</ReturnType>
269+
<ReturnType FrameworkAlternate="net-10.0;net-10.0-pp;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp">System.Void</ReturnType>
270270
</ReturnValue>
271271
<Parameters />
272272
<Docs>

xml/System.Reflection.Metadata.Ecma335/CustomAttributeArrayTypeEncoder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Type Name="CustomAttributeArrayTypeEncoder" FullName="System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder">
2-
<TypeSignature Language="C#" Value="public readonly struct CustomAttributeArrayTypeEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netstandard-2.0-pp" />
2+
<TypeSignature Language="C#" Value="public readonly struct CustomAttributeArrayTypeEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
33
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit CustomAttributeArrayTypeEncoder extends System.ValueType" />
44
<TypeSignature Language="DocId" Value="T:System.Reflection.Metadata.Ecma335.CustomAttributeArrayTypeEncoder" />
55
<TypeSignature Language="VB.NET" Value="Public Structure CustomAttributeArrayTypeEncoder" />

xml/System.Reflection.Metadata.Ecma335/CustomAttributeElementTypeEncoder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Type Name="CustomAttributeElementTypeEncoder" FullName="System.Reflection.Metadata.Ecma335.CustomAttributeElementTypeEncoder">
2-
<TypeSignature Language="C#" Value="public readonly struct CustomAttributeElementTypeEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netstandard-2.0-pp" />
2+
<TypeSignature Language="C#" Value="public readonly struct CustomAttributeElementTypeEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
33
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit CustomAttributeElementTypeEncoder extends System.ValueType" />
44
<TypeSignature Language="DocId" Value="T:System.Reflection.Metadata.Ecma335.CustomAttributeElementTypeEncoder" />
55
<TypeSignature Language="VB.NET" Value="Public Structure CustomAttributeElementTypeEncoder" />

xml/System.Reflection.Metadata.Ecma335/CustomAttributeNamedArgumentsEncoder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Type Name="CustomAttributeNamedArgumentsEncoder" FullName="System.Reflection.Metadata.Ecma335.CustomAttributeNamedArgumentsEncoder">
2-
<TypeSignature Language="C#" Value="public readonly struct CustomAttributeNamedArgumentsEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netstandard-2.0-pp" />
2+
<TypeSignature Language="C#" Value="public readonly struct CustomAttributeNamedArgumentsEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
33
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit CustomAttributeNamedArgumentsEncoder extends System.ValueType" />
44
<TypeSignature Language="DocId" Value="T:System.Reflection.Metadata.Ecma335.CustomAttributeNamedArgumentsEncoder" />
55
<TypeSignature Language="VB.NET" Value="Public Structure CustomAttributeNamedArgumentsEncoder" />

xml/System.Reflection.Metadata.Ecma335/CustomModifiersEncoder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Type Name="CustomModifiersEncoder" FullName="System.Reflection.Metadata.Ecma335.CustomModifiersEncoder">
2-
<TypeSignature Language="C#" Value="public readonly struct CustomModifiersEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netstandard-2.0-pp" />
2+
<TypeSignature Language="C#" Value="public readonly struct CustomModifiersEncoder" FrameworkAlternate="net-10.0;net-10.0-pp;net-5.0;net-6.0;net-7.0;net-8.0;net-8.0-pp;net-9.0;net-9.0-pp;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-4.6.2-pp;netframework-4.7.1-pp;netframework-4.7.2-pp;netframework-4.7-pp;netframework-4.8.1-pp;netframework-4.8-pp;netstandard-2.0-pp" />
33
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit CustomModifiersEncoder extends System.ValueType" />
44
<TypeSignature Language="DocId" Value="T:System.Reflection.Metadata.Ecma335.CustomModifiersEncoder" />
55
<TypeSignature Language="VB.NET" Value="Public Structure CustomModifiersEncoder" />

0 commit comments

Comments
 (0)