File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
snippets/fsharp/System/TypedReference/Overview Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <PropertyGroup >
3+ <OutputType >Exe</OutputType >
4+ <TargetFramework >net6.0</TargetFramework >
5+ </PropertyGroup >
6+
7+ <ItemGroup >
8+ <Compile Include =" source.fs" />
9+ </ItemGroup >
10+ </Project >
Original file line number Diff line number Diff line change 1+ open System.Reflection
2+ // <Snippet1>
3+ Assembly.Load( " mscorlib.dll" ) .GetType " System.TypedReference[]"
4+ // </Snippet1>
Original file line number Diff line number Diff line change 6262
6363 :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.typedreference/cpp/source.cpp" id="Snippet1":::
6464 :::code language="csharp" source="~/snippets/csharp/System/TypedReference/Overview/source.cs" id="Snippet1":::
65+ :::code language="fsharp" source="~/snippets/fsharp/System/TypedReference/Overview/source.fs" id="Snippet1":::
6566 :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.typedreference/vb/source.vb" id="Snippet1":::
6667
6768 ]]> </format >
You can’t perform that action at this time.
0 commit comments