You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.309
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
This commit is contained in:
parent
ee1447783b
commit
94b2861243
@@ -1,5 +1,15 @@
|
||||
<Overview>
|
||||
<Assemblies>
|
||||
<Assembly Name="DocTest-DropNS-classic" Version="0.0.0.0">
|
||||
<Attributes>
|
||||
<Attribute>
|
||||
<AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
|
||||
</Attribute>
|
||||
</Attributes>
|
||||
</Assembly>
|
||||
<Assembly Name="DocTest-DropNS-unified" Version="0.0.0.0">
|
||||
<Attributes>
|
||||
<Attribute>
|
||||
@@ -26,10 +36,34 @@
|
||||
<Types>
|
||||
<Namespace Name="MyFramework.MyNamespace">
|
||||
<Type Name="MyClass" Kind="Class" />
|
||||
<Type Name="MyClassExtensions" Kind="Class" />
|
||||
</Namespace>
|
||||
<Namespace Name="MyFramework.MyOtherNamespace">
|
||||
<Type Name="MyOtherClass" Kind="Class" />
|
||||
</Namespace>
|
||||
</Types>
|
||||
<Title>Untitled</Title>
|
||||
<ExtensionMethods>
|
||||
<ExtensionMethod>
|
||||
<Targets>
|
||||
<Target Type="T:MyFramework.MyNamespace.MyClass" />
|
||||
</Targets>
|
||||
<Member MemberName="AnExtension">
|
||||
<MemberSignature Language="C#" Value="public static bool AnExtension (this MyFramework.MyNamespace.MyClass value);" />
|
||||
<MemberSignature Language="ILAsm" Value=".method public static hidebysig bool AnExtension(class MyFramework.MyNamespace.MyClass value) cil managed" />
|
||||
<MemberType>ExtensionMethod</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Boolean</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="value" Type="MyFramework.MyNamespace.MyClass" RefType="this" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="value">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
<Link Type="MyFramework.MyNamespace.MyClassExtensions" Member="M:MyFramework.MyNamespace.MyClassExtensions.AnExtension(MyFramework.MyNamespace.MyClass)" />
|
||||
</Member>
|
||||
</ExtensionMethod>
|
||||
</ExtensionMethods>
|
||||
</Overview>
|
||||
|
||||
Reference in New Issue
Block a user