You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			135 lines
		
	
	
		
			6.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			135 lines
		
	
	
		
			6.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <Type Name="CodeDirectionExpression" FullName="System.CodeDom.CodeDirectionExpression"> | ||
|  |   <TypeSignature Language="C#" Value="public class CodeDirectionExpression : System.CodeDom.CodeExpression" Maintainer="auto" /> | ||
|  |   <TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit CodeDirectionExpression extends System.CodeDom.CodeExpression" /> | ||
|  |   <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.CodeDom.CodeExpression</BaseTypeName> | ||
|  |   </Base> | ||
|  |   <Interfaces /> | ||
|  |   <Attributes> | ||
|  |     <Attribute> | ||
|  |       <AttributeName>System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)</AttributeName> | ||
|  |     </Attribute> | ||
|  |     <Attribute> | ||
|  |       <AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName> | ||
|  |     </Attribute> | ||
|  |   </Attributes> | ||
|  |   <Docs> | ||
|  |     <remarks> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para> | ||
|  |         <see cref="T:System.CodeDom.CodeDirectionExpression" /> can represent a parameter passed to a method and the reference direction of the parameter.</para> | ||
|  |       <para>The <see cref="P:System.CodeDom.CodeDirectionExpression.Expression" /> property indicates the expression to qualify with a direction. The <see cref="P:System.CodeDom.CodeDirectionExpression.Direction" /> property indicates the direction of the parameter using one of the <see cref="T:System.CodeDom.FieldDirection" /> enumeration values.</para> | ||
|  |       <block subset="none" type="note"> | ||
|  |         <para> | ||
|  |           <see cref="T:System.CodeDom.CodeDirectionExpression" /> is intended to be used as a method invoke parameter, and should not be used when declaring methods.</para> | ||
|  |       </block> | ||
|  |     </remarks> | ||
|  |     <summary> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>Represents an expression used as a method invoke parameter along with a reference direction indicator.</para> | ||
|  |     </summary> | ||
|  |   </Docs> | ||
|  |   <Members> | ||
|  |     <Member MemberName=".ctor"> | ||
|  |       <MemberSignature Language="C#" Value="public CodeDirectionExpression ();" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() 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 /> | ||
|  |       <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.CodeDom.CodeDirectionExpression" /> class.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName=".ctor"> | ||
|  |       <MemberSignature Language="C#" Value="public CodeDirectionExpression (System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.CodeDom.FieldDirection direction, class System.CodeDom.CodeExpression expression) 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="direction" Type="System.CodeDom.FieldDirection" /> | ||
|  |         <Parameter Name="expression" Type="System.CodeDom.CodeExpression" /> | ||
|  |       </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.CodeDom.CodeDirectionExpression" /> class using the specified field direction and expression.</para> | ||
|  |         </summary> | ||
|  |         <param name="direction"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.CodeDom.FieldDirection" /> that indicates the field direction of the expression. </param> | ||
|  |         <param name="expression"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.CodeDom.CodeExpression" /> that indicates the code expression to represent. </param> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="Direction"> | ||
|  |       <MemberSignature Language="C#" Value="public System.CodeDom.FieldDirection Direction { get; set; }" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".property instance valuetype System.CodeDom.FieldDirection Direction" /> | ||
|  |       <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.CodeDom.FieldDirection</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Parameters> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <value>To be added: an object of type 'FieldDirection'</value> | ||
|  |         <remarks>To be added</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Gets or sets the field direction for this direction expression.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="Expression"> | ||
|  |       <MemberSignature Language="C#" Value="public System.CodeDom.CodeExpression Expression { get; set; }" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".property instance class System.CodeDom.CodeExpression Expression" /> | ||
|  |       <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.CodeDom.CodeExpression</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Parameters> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <value>To be added: an object of type 'CodeExpression'</value> | ||
|  |         <remarks>To be added</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Gets or sets the code expression to represent.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |   </Members> | ||
|  | </Type> |