You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			80 lines
		
	
	
		
			4.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			80 lines
		
	
	
		
			4.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <Type Name="FaultDescriptionCollection" FullName="System.ServiceModel.Description.FaultDescriptionCollection"> | ||
|  |   <TypeSignature Language="C#" Value="public class FaultDescriptionCollection : System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription>" /> | ||
|  |   <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit FaultDescriptionCollection extends System.Collections.ObjectModel.Collection`1<class System.ServiceModel.Description.FaultDescription>" /> | ||
|  |   <AssemblyInfo> | ||
|  |     <AssemblyName>System.ServiceModel</AssemblyName> | ||
|  |     <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |   </AssemblyInfo> | ||
|  |   <Base> | ||
|  |     <BaseTypeName>System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription></BaseTypeName> | ||
|  |     <BaseTypeArguments> | ||
|  |       <BaseTypeArgument TypeParamName="!0">System.ServiceModel.Description.FaultDescription</BaseTypeArgument> | ||
|  |     </BaseTypeArguments> | ||
|  |   </Base> | ||
|  |   <Interfaces /> | ||
|  |   <Docs> | ||
|  |     <remarks> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>Use the <see cref="M:System.ServiceModel.Description.FaultDescriptionCollection.Find(System.String)" /> and <see cref="M:System.ServiceModel.Description.FaultDescriptionCollection.FindAll(System.String)" /> methods to retrieve a <see cref="T:System.ServiceModel.Description.FaultDescription" /> or group of <see cref="T:System.ServiceModel.Description.FaultDescription" /> objects.</para> | ||
|  |     </remarks> | ||
|  |     <summary> | ||
|  |       <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |       <para>Represents a collection of <see cref="T:System.ServiceModel.Description.FaultDescription" /> objects that you can use to obtain information about SOAP faults in a contract.</para> | ||
|  |     </summary> | ||
|  |   </Docs> | ||
|  |   <Members> | ||
|  |     <Member MemberName="Find"> | ||
|  |       <MemberSignature Language="C#" Value="public System.ServiceModel.Description.FaultDescription Find (string name);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.ServiceModel.Description.FaultDescription Find(string name) cil managed" /> | ||
|  |       <MemberType>Method</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.ServiceModel.Description.FaultDescription</ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Parameters> | ||
|  |         <Parameter Name="name" Type="System.String" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <param name="name">To be added.</param> | ||
|  |         <remarks>To be added.</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Returns the <see cref="T:System.ServiceModel.Description.FaultDescription" /> object that has the specified action value.</para> | ||
|  |         </summary> | ||
|  |         <returns> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>The <see cref="T:System.ServiceModel.Description.FaultDescription" /> object that has the specified action, or null. If more than one <see cref="T:System.ServiceModel.Description.FaultDescription" /> object has the same action, the first one in the collection is returned.</para> | ||
|  |         </returns> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |     <Member MemberName="FindAll"> | ||
|  |       <MemberSignature Language="C#" Value="public System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription> FindAll (string name);" /> | ||
|  |       <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Collections.ObjectModel.Collection`1<class System.ServiceModel.Description.FaultDescription> FindAll(string name) cil managed" /> | ||
|  |       <MemberType>Method</MemberType> | ||
|  |       <AssemblyInfo> | ||
|  |         <AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
|  |       </AssemblyInfo> | ||
|  |       <ReturnValue> | ||
|  |         <ReturnType>System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription></ReturnType> | ||
|  |       </ReturnValue> | ||
|  |       <Parameters> | ||
|  |         <Parameter Name="name" Type="System.String" /> | ||
|  |       </Parameters> | ||
|  |       <Docs> | ||
|  |         <param name="name">To be added.</param> | ||
|  |         <remarks>To be added.</remarks> | ||
|  |         <summary> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>Returns all <see cref="T:System.ServiceModel.Description.FaultDescription" /> objects that have the specified action value.</para> | ||
|  |         </summary> | ||
|  |         <returns> | ||
|  |           <attribution license="cc4" from="Microsoft" modified="false" /> | ||
|  |           <para>A collection of <see cref="T:System.ServiceModel.Description.FaultDescription" /> objects that have the specified action. If there are no <see cref="T:System.ServiceModel.Description.FaultDescription" /> objects with the action, an empty collection is returned.</para> | ||
|  |         </returns> | ||
|  |       </Docs> | ||
|  |     </Member> | ||
|  |   </Members> | ||
|  | </Type> |