Skip to content

Commit 709ae1e

Browse files
committed
Remove unnecessary blank line
1 parent 7f4633e commit 709ae1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/fundamentals/runtime-libraries/system-reflection-emit-persistedassemblybuilder.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ The following example shows how to read resources from the assembly created abov
124124

125125
:::code language="csharp" source="./snippets/System.Reflection.Emit/PersistedAssemblyBuilder/Overview/csharp/GenerateMetadataSnippets.cs" id="Snippet3":::
126126

127-
128127
> [!NOTE]
129128
> The metadata tokens for all members are populated on the <xref:System.Reflection.Emit.AssemblyBuilder.Save%2A> operation. Don't use the tokens of a generated type and its members before saving, as they'll have default values or throw exceptions. It's safe to use tokens for types that are referenced, not generated.
130129
>

0 commit comments

Comments
 (0)