From f6fb3e6190bcfe845fdc01aae6891a26a06309f9 Mon Sep 17 00:00:00 2001 From: albert-du <52804499+albert-du@users.noreply.github.com> Date: Wed, 16 Mar 2022 15:15:34 -0700 Subject: [PATCH] SerializableAttribute F# snippet ref --- xml/System/SerializableAttribute.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/System/SerializableAttribute.xml b/xml/System/SerializableAttribute.xml index 245bfa3c875..2ad37ac051a 100644 --- a/xml/System/SerializableAttribute.xml +++ b/xml/System/SerializableAttribute.xml @@ -79,6 +79,7 @@ :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Remoting/SerializationAttributes/CPP/s.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System/NonSerializedAttribute/Overview/s.cs" id="Snippet1"::: + :::code language="fsharp" source="~/snippets/fsharp/System/NonSerializedAttribute/Overview/s.fs" id="Snippet1"::: :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Remoting/SerializationAttributes/VB/s.vb" id="Snippet1"::: ]]>