Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

86 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="StandardEndpointElementCollection&lt;TEndpointConfiguration&gt;" FullName="System.ServiceModel.Configuration.StandardEndpointElementCollection&lt;TEndpointConfiguration&gt;">
<TypeSignature Language="C#" Value="public sealed class StandardEndpointElementCollection&lt;TEndpointConfiguration&gt; : System.ServiceModel.Configuration.ServiceModelEnhancedConfigurationElementCollection&lt;TEndpointConfiguration&gt; where TEndpointConfiguration : StandardEndpointElementnew()" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit StandardEndpointElementCollection`1&lt;.ctor (class System.ServiceModel.Configuration.StandardEndpointElement) TEndpointConfiguration&gt; extends System.ServiceModel.Configuration.ServiceModelEnhancedConfigurationElementCollection`1&lt;!TEndpointConfiguration&gt;" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="TEndpointConfiguration">
<Constraints>
<ParameterAttribute>DefaultConstructorConstraint</ParameterAttribute>
<BaseTypeName>System.ServiceModel.Configuration.StandardEndpointElement</BaseTypeName>
</Constraints>
</TypeParameter>
</TypeParameters>
<Base>
<BaseTypeName>System.ServiceModel.Configuration.ServiceModelEnhancedConfigurationElementCollection&lt;TEndpointConfiguration&gt;</BaseTypeName>
<BaseTypeArguments>
<BaseTypeArgument TypeParamName="TConfigurationElement">TEndpointConfiguration</BaseTypeArgument>
</BaseTypeArguments>
</Base>
<Interfaces />
<Docs>
<typeparam name="TEndpointConfiguration">To be added.</typeparam>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Represents a generic collection of standard endpoint elements that are of standard type or of a type from which the standard type can be assigned.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public StandardEndpointElementCollection ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates a new instance of the <see cref="T:System.ServiceModel.Configuration.StandardEndpointElementCollection`1" /> class.</para>
</summary>
</Docs>
</Member>
<Member MemberName="GetElementKey">
<MemberSignature Language="C#" Value="protected override object GetElementKey (System.Configuration.ConfigurationElement element);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance object GetElementKey(class System.Configuration.ConfigurationElement element) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="element" Type="System.Configuration.ConfigurationElement" />
</Parameters>
<Docs>
<param name="element">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ThrowOnDuplicate">
<MemberSignature Language="C#" Value="protected override bool ThrowOnDuplicate { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool ThrowOnDuplicate" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>