diff --git a/xml/System.Reflection/ManifestResourceAttributes.xml b/xml/System.Reflection/ManifestResourceAttributes.xml index bd87831bab2..a35feea1e7e 100644 --- a/xml/System.Reflection/ManifestResourceAttributes.xml +++ b/xml/System.Reflection/ManifestResourceAttributes.xml @@ -49,7 +49,7 @@ 2 - To be added. + The resource is not exported from the assembly. @@ -74,7 +74,7 @@ 1 - To be added. + The resource is exported from the assembly. @@ -99,7 +99,7 @@ 7 - To be added. + Masks just the visibility-related attributes. diff --git a/xml/System.Reflection/MethodSemanticsAttributes.xml b/xml/System.Reflection/MethodSemanticsAttributes.xml index 485400b89bd..3f1a884c972 100644 --- a/xml/System.Reflection/MethodSemanticsAttributes.xml +++ b/xml/System.Reflection/MethodSemanticsAttributes.xml @@ -47,7 +47,7 @@ 8 - To be added. + Used to add a handler for an event. Corresponds to the flag in the Ecma 335 CLI specification.CLS-compliant adders are named the with prefix. @@ -71,7 +71,7 @@ 2 - To be added. + Reads the value of the property.CLS-compliant getters are named with `get_` prefix. @@ -95,7 +95,7 @@ 4 - To be added. + Other method for a property (not a getter or setter) or an event (not an adder, remover, or raiser). @@ -119,7 +119,7 @@ 32 - To be added. + Used to indicate that an event has occurred. Corresponds to the flag in the Ecma 335 CLI specification. CLS-compliant raisers are named with the prefix. @@ -143,7 +143,7 @@ 16 - To be added. + Used to remove a handler for an event. Corresponds to the flag in the Ecma 335 CLI specification.CLS-compliant removers are named with the prefix. @@ -167,7 +167,7 @@ 1 - To be added. + Used to modify the value of the property.CLS-compliant setters are named with the prefix.