You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.89
Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
This commit is contained in:
parent
cf815e07e0
commit
95fdb59ea6
71
external/api-doc-tools/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml
vendored
Normal file
71
external/api-doc-tools/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml
vendored
Normal file
@ -0,0 +1,71 @@
|
||||
<Type Name="Class3" FullName="Namespace2.Class3">
|
||||
<TypeSignature Language="C#" Value="public sealed class Class3 : Windows.UI.Xaml.Application" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed Class3 extends Windows.UI.Xaml.Application" />
|
||||
<TypeSignature Language="C++ WINRT" Value="class Class3 sealed : winrt::Windows::UI::Xaml::Application" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>UwpTestWinRtComponentCpp</AssemblyName>
|
||||
<AssemblyVersion>255.255.255.255</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>Windows.UI.Xaml.Application</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces />
|
||||
<Attributes>
|
||||
<Attribute>
|
||||
<AttributeName>Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)</AttributeName>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<AttributeName>Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)</AttributeName>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<AttributeName>Windows.Foundation.Metadata.WebHostHidden</AttributeName>
|
||||
</Attribute>
|
||||
</Attributes>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
<Members>
|
||||
<Member MemberName="ArrayOfTypeProperty">
|
||||
<MemberSignature Language="C#" Value="public Type[] ArrayOfTypeProperty { get; set; }" />
|
||||
<MemberSignature Language="ILAsm" Value=".property instance class System.Type[] ArrayOfTypeProperty" />
|
||||
<MemberType>Property</MemberType>
|
||||
<Implements>
|
||||
<InterfaceMember>P:Namespace2.__IClass3PublicNonVirtuals.ArrayOfTypeProperty</InterfaceMember>
|
||||
</Implements>
|
||||
<AssemblyInfo>
|
||||
<AssemblyVersion>255.255.255.255</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Type[]</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<value>To be added.</value>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="LongProperty">
|
||||
<MemberSignature Language="C#" Value="public long LongProperty { get; set; }" />
|
||||
<MemberSignature Language="ILAsm" Value=".property instance int64 LongProperty" />
|
||||
<MemberType>Property</MemberType>
|
||||
<Implements>
|
||||
<InterfaceMember>P:Namespace2.__IClass3PublicNonVirtuals.LongProperty</InterfaceMember>
|
||||
</Implements>
|
||||
<AssemblyInfo>
|
||||
<AssemblyVersion>255.255.255.255</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Int64</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<value>To be added.</value>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
Reference in New Issue
Block a user