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
Port System.Reflection.Metadata source code comments to Docs (L-Metadata* files) (#2333)
* Port System.Reflection.Metadata source code comments to Docs (L-Metadata* files)
* Proper language for a struct with default value.
* Apply suggestions from code review
Suggestions provided by mairaw
Co-Authored-By: carlossanlop <[email protected]>
* Addressed mairaw comments.
<value>An EntityHandle instance. If the <seecref="P:System.Reflection.Metadata.EntityHandle.IsNil" /> property is <seelangword="true" />, the returned handle will have default values.</value>
<value>An entity handle instance. If the <seecref="P:System.Reflection.Metadata.EntityHandle.IsNil" /> property is <seelangword="true" />, the returned handle will have default values.</value>
Copy file name to clipboardExpand all lines: xml/System.Reflection.Metadata/MetadataReader.xml
+27-22Lines changed: 27 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@
46
46
<Docs>
47
47
<paramname="metadata">To be added.</param>
48
48
<paramname="length">To be added.</param>
49
-
<summary>To be added.</summary>
49
+
<summary>Initializes a new instance of the <seecref="T:System.Reflection.Metadata.MetadataReader" /> class from the metadata stored at the given memory location.</summary>
50
50
<remarks>To be added.</remarks>
51
51
</Docs>
52
52
</Member>
@@ -75,7 +75,7 @@
75
75
<paramname="metadata">To be added.</param>
76
76
<paramname="length">To be added.</param>
77
77
<paramname="options">To be added.</param>
78
-
<summary>To be added.</summary>
78
+
<summary>Initializes a new instance of the <seecref="T:System.Reflection.Metadata.MetadataReader" /> class from the metadata stored at the given memory location.</summary>
79
79
<remarks>To be added.</remarks>
80
80
</Docs>
81
81
</Member>
@@ -106,8 +106,13 @@
106
106
<paramname="length">To be added.</param>
107
107
<paramname="options">To be added.</param>
108
108
<paramname="utf8Decoder">To be added.</param>
109
-
<summary>To be added.</summary>
109
+
<summary>Initializes a new instance of the <seecref="T:System.Reflection.Metadata.MetadataReader" /> class from the metadata stored at the given memory location.</summary>
110
110
<remarks>To be added.</remarks>
111
+
<exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="length" /> is not positive.</exception>
112
+
<exceptioncref="T:System.ArgumentNullException"><paramrefname="metadata" /> is <seelangword="null" />.</exception>
113
+
<exceptioncref="T:System.ArgumentException">The encoding of <paramrefname="utf8Decoder" /> is not <seecref="T:System.Text.UTF8Encoding" />.</exception>
114
+
<exceptioncref="T:System.PlatformNotSupportedException">The current platform is big-endian.</exception>
<summary>Gets the <seecref="F:System.Reflection.Metadata.MetadataReaderOptions" /> passed to the constructor.</summary>
2142
+
<value>A bitwise combination of the enumeration values that describes the <seecref="F:System.Reflection.Metadata.MetadataReaderOptions" /> enum value.</value>
Copy file name to clipboardExpand all lines: xml/System.Reflection.Metadata/MetadataReaderOptions.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
</ReturnValue>
50
50
<MemberValue>1</MemberValue>
51
51
<Docs>
52
-
<summary>To be added.</summary>
52
+
<summary>Windows Runtime projections are enabled (on by default).</summary>
53
53
</Docs>
54
54
</Member>
55
55
<MemberMemberName="Default">
@@ -74,7 +74,7 @@
74
74
</ReturnValue>
75
75
<MemberValue>1</MemberValue>
76
76
<Docs>
77
-
<summary>To be added.</summary>
77
+
<summary>The options that are used when a <seecref="T:System.Reflection.Metadata.MetadataReader" /> is obtained via an overload that does not take a <seecref="T:System.Reflection.Metadata.MetadataReaderOptions" /> argument.</summary>
0 commit comments