1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<Type Name="Methods" FullName="Methods">
<TypeSignature Language="C#" Value="public static class Methods" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed Methods extends System.Object" />
<TypeSignature Language="F#" Value="module Methods" />
<AssemblyInfo>
<AssemblyName>mdoc.Test.FSharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="testIntersection">
<MemberSignature Language="C#" Value="public static Microsoft.FSharp.Core.Unit testIntersection { get; }" />
<MemberSignature Language="ILAsm" Value=".property class Microsoft.FSharp.Core.Unit testIntersection" />
<MemberSignature Language="F#" Value="Methods.testIntersection : unit" Usage="Methods.testIntersection" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Value)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.FSharp.Core.Unit</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
|