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
|
<Type Name="Inheritance+MyClassBase2" FullName="Inheritance+MyClassBase2">
<TypeSignature Language="C#" Value="public class Inheritance.MyClassBase2" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable Inheritance/MyClassBase2 extends System.Object" />
<TypeSignature Language="F#" Value="type Inheritance.MyClassBase2 = class" />
<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.ObjectType)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Serializable</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public MyClassBase2 (int x);" />
<MemberSignature Language="ILAsm" Value=".method public specialname rtspecialname instance void .ctor(int32 x) cil managed" />
<MemberSignature Language="F#" Value="new Inheritance.MyClassBase2 : int -> Inheritance.MyClassBase2" Usage="new Inheritance.MyClassBase2 x" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="x" Type="System.Int32" />
</Parameters>
<Docs>
<param name="x">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
|