You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			155 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			155 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <Type Name="DefaultPropertyAttribute" FullName="System.ComponentModel.DefaultPropertyAttribute"> | ||
|  |   <TypeSignature Language="C#" Maintainer="auto" Value="public sealed class DefaultPropertyAttribute : Attribute" /> | ||
|  |   <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit DefaultPropertyAttribute extends System.Attribute" /> | ||
|  |   <AssemblyInfo> | ||
|  |     <AssemblyName>System</AssemblyName> | ||
|  |     <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey> | ||
|  |     <AssemblyVersion>1.0.3300.0</AssemblyVersion> | ||
|  |     <AssemblyVersion>1.0.5000.0</AssemblyVersion> | ||
|  |     <AssemblyVersion>2.0.0.0</AssemblyVersion> | ||
|  |     <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |   </AssemblyInfo> | ||
|  |   <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement> | ||
|  |   <Base> | ||
|  |     <BaseTypeName>System.Attribute</BaseTypeName> | ||
|  |   </Base> | ||
|  |   <Interfaces /> | ||
|  |   <Attributes> | ||
|  |     <Attribute> | ||
|  |       <AttributeName>System.AttributeUsage(System.AttributeTargets.Class)</AttributeName> | ||
|  |     </Attribute> | ||
|  |   </Attributes> | ||
|  |   <Docs> | ||
|  |     <remarks> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>Use the <see cref="P:System.ComponentModel.DefaultPropertyAttribute.Name" /> property to get the name of the default property.</para> | ||
|  |       <para>For more information, see <format type="text/html"><a href="30386922-1e00-4602-9ebf-526b271a8b87">Extending Metadata Using Attributes</a></format>.</para> | ||
|  |     </remarks> | ||
|  |     <summary> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>Specifies the default property for a component.</para> | ||
|  |     </summary> | ||
|  |   </Docs> | ||
|  |   <Members> | ||
|  |     <Member MemberName=".ctor"> | ||
|  |       <MemberSignature Language="C#" Value="public DefaultPropertyAttribute (string name);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string name) cil managed" /> | ||
|  |       <MemberType>Constructor</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>1.0.5000.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>2.0.0.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue /> | ||
|  |       <Parameters> | ||
|  |         <Parameter Name="name" Type="System.String" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <remarks>To be added</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultPropertyAttribute" /> class.</para> | ||
|  |         </summary> | ||
|  |         <param name="name"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />The name of the default property for the component this attribute is bound to. </param> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="Default"> | ||
|  |       <MemberSignature Language="C#" Value="public static readonly System.ComponentModel.DefaultPropertyAttribute Default;" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".field public static initonly class System.ComponentModel.DefaultPropertyAttribute Default" /> | ||
|  |       <MemberType>Field</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>1.0.5000.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>2.0.0.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.ComponentModel.DefaultPropertyAttribute</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Parameters /> | ||
|  |       <Docs> | ||
|  |         <remarks>To be added</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Specifies the default value for the <see cref="T:System.ComponentModel.DefaultPropertyAttribute" />, which is null. This static field is read-only.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="Equals"> | ||
|  |       <MemberSignature Language="C#" Value="public override bool Equals (object obj);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object obj) cil managed" /> | ||
|  |       <MemberType>Method</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>1.0.5000.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>2.0.0.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.Boolean</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Parameters> | ||
|  |         <Parameter Name="obj" Type="System.Object" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <remarks>To be added</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DefaultPropertyAttribute" />.</para> | ||
|  |         </summary> | ||
|  |         <returns> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>true if the value of the given object is equal to that of the current; otherwise, false.</para> | ||
|  |         </returns> | ||
|  |         <param name="obj"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />The object to test the value equality of. </param> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="GetHashCode"> | ||
|  |       <MemberSignature Language="C#" Value="public override int GetHashCode ();" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" /> | ||
|  |       <MemberType>Method</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>1.0.5000.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>2.0.0.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.Int32</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Parameters /> | ||
|  |       <Docs> | ||
|  |         <remarks>To be added</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Returns the hash code for this instance.</para> | ||
|  |         </summary> | ||
|  |         <returns> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>A 32-bit signed integer hash code.</para> | ||
|  |         </returns> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="Name"> | ||
|  |       <MemberSignature Language="C#" Value="public string Name { get; }" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".property instance string Name" /> | ||
|  |       <MemberType>Property</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>1.0.5000.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>2.0.0.0</AssemblyVersion> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.String</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Docs> | ||
|  |         <value>To be added: an object of type 'string'</value> | ||
|  |         <remarks>To be added</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Gets the name of the default property for the component this attribute is bound to.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |   </Members> | ||
|  | </Type> |