diff --git a/xml/System.Reflection.Context/CustomReflectionContext.xml b/xml/System.Reflection.Context/CustomReflectionContext.xml index 0d47eb96793..46ae822aa17 100644 --- a/xml/System.Reflection.Context/CustomReflectionContext.xml +++ b/xml/System.Reflection.Context/CustomReflectionContext.xml @@ -66,13 +66,16 @@ > method. It doesn't alter the custom attribute data returned by the > method, and these two lists won't match when you use a custom reflection context. - The following example demonstrates how to subclass to add a custom attribute to all the members of a given type whose names begin with "To". - - :::code language="csharp" source="~/snippets/csharp/System.Reflection.Context/CustomReflectionContext/CustomReflectionContext.Examples.cs" id="Snippet1"::: - :::code language="csharp" source="~/snippets/csharp/System.Reflection.Context/CustomReflectionContext/CustomReflectionContext.Examples.cs" id="Snippet2"::: - ]]> + + The following example is a test... + + + + + +