Merge pull request #900 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / corlib / Documentation / en / System.Collections.Generic / IReadOnlyCollection`1.xml
1 <Type Name="IReadOnlyCollection&lt;T&gt;" FullName="System.Collections.Generic.IReadOnlyCollection&lt;T&gt;">
2   <TypeSignature Language="C#" Value="public interface IReadOnlyCollection&lt;out T&gt; : System.Collections.Generic.IEnumerable&lt;out T&gt;" />
3   <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IReadOnlyCollection`1&lt;+ T&gt; implements class System.Collections.Generic.IEnumerable`1&lt;!T&gt;, class System.Collections.IEnumerable" />
4   <AssemblyInfo>
5     <AssemblyName>mscorlib</AssemblyName>
6     <AssemblyVersion>4.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <TypeParameters>
9     <TypeParameter Name="T">
10       <Constraints>
11         <ParameterAttribute>Covariant</ParameterAttribute>
12       </Constraints>
13     </TypeParameter>
14   </TypeParameters>
15   <Interfaces>
16     <Interface>
17       <InterfaceName>System.Collections.Generic.IEnumerable&lt;T&gt;</InterfaceName>
18     </Interface>
19   </Interfaces>
20   <Docs>
21     <typeparam name="T">To be added.</typeparam>
22     <summary>To be added.</summary>
23     <remarks>To be added.</remarks>
24   </Docs>
25   <Members>
26     <Member MemberName="Count">
27       <MemberSignature Language="C#" Value="public int Count { get; }" />
28       <MemberSignature Language="ILAsm" Value=".property instance int32 Count" />
29       <MemberType>Property</MemberType>
30       <AssemblyInfo>
31         <AssemblyVersion>4.0.0.0</AssemblyVersion>
32       </AssemblyInfo>
33       <ReturnValue>
34         <ReturnType>System.Int32</ReturnType>
35       </ReturnValue>
36       <Docs>
37         <summary>To be added.</summary>
38         <value>To be added.</value>
39         <remarks>To be added.</remarks>
40       </Docs>
41     </Member>
42   </Members>
43 </Type>