You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			140 lines
		
	
	
		
			7.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			140 lines
		
	
	
		
			7.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <Type Name="CodeArrayIndexerExpression" FullName="System.CodeDom.CodeArrayIndexerExpression"> | ||
|  |   <TypeSignature Language="C#" Value="public class CodeArrayIndexerExpression : System.CodeDom.CodeExpression" Maintainer="auto" /> | ||
|  |   <TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit CodeArrayIndexerExpression 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.CodeArrayIndexerExpression" /> can be used to represent a reference to an index of an array of one or more dimensions. Use <see cref="T:System.CodeDom.CodeIndexerExpression" /> for representing a reference to an index of a code (non-array) indexer. The <see cref="P:System.CodeDom.CodeArrayIndexerExpression.TargetObject" /> property indicates the indexer object. The <see cref="P:System.CodeDom.CodeArrayIndexerExpression.Indices" /> property indicates either a single index within the target array, or a set of indexes that together specify a specific intersection of indexes across the dimensions of the array.</para> | ||
|  |     </remarks> | ||
|  |     <summary> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>Represents a reference to an index of an array.</para> | ||
|  |     </summary> | ||
|  |   </Docs> | ||
|  |   <Members> | ||
|  |     <Member MemberName=".ctor"> | ||
|  |       <MemberSignature Language="C#" Value="public CodeArrayIndexerExpression ();" /> | ||
|  |       <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.CodeArrayIndexerExpression" /> class.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName=".ctor"> | ||
|  |       <MemberSignature Language="C#" Value="public CodeArrayIndexerExpression (System.CodeDom.CodeExpression targetObject, System.CodeDom.CodeExpression[] indices);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.CodeDom.CodeExpression targetObject, class System.CodeDom.CodeExpression[] indices) 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="targetObject" Type="System.CodeDom.CodeExpression" /> | ||
|  |         <Parameter Name="indices" Type="System.CodeDom.CodeExpression[]"> | ||
|  |           <Attributes> | ||
|  |             <Attribute> | ||
|  |               <AttributeName>System.ParamArray</AttributeName> | ||
|  |             </Attribute> | ||
|  |           </Attributes> | ||
|  |         </Parameter> | ||
|  |       </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.CodeArrayIndexerExpression" /> class using the specified target object and indexes.</para> | ||
|  |         </summary> | ||
|  |         <param name="targetObject"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.CodeDom.CodeExpression" /> that indicates the array the indexer targets. </param> | ||
|  |         <param name="indices"> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" />The index or indexes to reference. </param> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="Indices"> | ||
|  |       <MemberSignature Language="C#" Value="public System.CodeDom.CodeExpressionCollection Indices { get; }" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".property instance class System.CodeDom.CodeExpressionCollection Indices" /> | ||
|  |       <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.CodeExpressionCollection</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Docs> | ||
|  |         <value>To be added: an object of type 'CodeExpressionCollection'</value> | ||
|  |         <remarks> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>This <see cref="T:System.CodeDom.CodeExpressionCollection" /> can contain a <see cref="T:System.CodeDom.CodeExpression" /> that specifies a single index within the target array, or multiple <see cref="T:System.CodeDom.CodeExpression" /> objects that together specify a specific intersection of indexes across the dimensions of the array.</para> | ||
|  |         </remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Gets or sets the index or indexes of the indexer expression.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="TargetObject"> | ||
|  |       <MemberSignature Language="C#" Value="public System.CodeDom.CodeExpression TargetObject { get; set; }" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".property instance class System.CodeDom.CodeExpression TargetObject" /> | ||
|  |       <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> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>This property typically contains either a <see cref="T:System.CodeDom.CodeVariableReferenceExpression" />, a <see cref="T:System.CodeDom.CodePropertyReferenceExpression" />, or a <see cref="T:System.CodeDom.CodeFieldReferenceExpression" />.</para> | ||
|  |         </remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Gets or sets the target object of the array indexer.</para> | ||
|  |         </summary> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |   </Members> | ||
|  | </Type> |