|
1 | 1 | <Type Name="AttributeDictionary" FullName="NUnit.Framework.Api.AttributeDictionary">
|
2 |
| - <TypeSignature Language="C#" Value="public class AttributeDictionary : System.Collections.Specialized.StringDictionary" /> |
3 |
| - <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AttributeDictionary extends System.Collections.Specialized.StringDictionary" /> |
| 2 | + <TypeSignature Language="C#" Value="public class AttributeDictionary : System.Collections.Generic.Dictionary<string,string>" /> |
| 3 | + <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AttributeDictionary extends System.Collections.Generic.Dictionary`2<string, string>" /> |
4 | 4 | <AssemblyInfo>
|
5 | 5 | <AssemblyName>Xamarin.Android.NUnitLite</AssemblyName>
|
6 | 6 | <AssemblyVersion>0.9.0.0</AssemblyVersion>
|
7 | 7 | </AssemblyInfo>
|
8 | 8 | <Base>
|
9 |
| - <BaseTypeName>System.Collections.Specialized.StringDictionary</BaseTypeName> |
| 9 | + <BaseTypeName>System.Collections.Generic.Dictionary<System.String,System.String></BaseTypeName> |
| 10 | + <BaseTypeArguments> |
| 11 | + <BaseTypeArgument TypeParamName="!0">System.String</BaseTypeArgument> |
| 12 | + <BaseTypeArgument TypeParamName="!1">System.String</BaseTypeArgument> |
| 13 | + </BaseTypeArguments> |
10 | 14 | </Base>
|
11 | 15 | <Interfaces />
|
12 | 16 | <Docs>
|
|
29 | 33 | <remarks>To be added.</remarks>
|
30 | 34 | </Docs>
|
31 | 35 | </Member>
|
32 |
| - <Member MemberName="Add"> |
33 |
| - <MemberSignature Language="C#" Value="public override void Add (string key, string value);" /> |
34 |
| - <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void Add(string key, string value) cil managed" /> |
35 |
| - <MemberType>Method</MemberType> |
36 |
| - <AssemblyInfo> |
37 |
| - <AssemblyVersion>0.9.0.0</AssemblyVersion> |
38 |
| - </AssemblyInfo> |
39 |
| - <ReturnValue> |
40 |
| - <ReturnType>System.Void</ReturnType> |
41 |
| - </ReturnValue> |
42 |
| - <Parameters> |
43 |
| - <Parameter Name="key" Type="System.String" /> |
44 |
| - <Parameter Name="value" Type="System.String" /> |
45 |
| - </Parameters> |
46 |
| - <Docs> |
47 |
| - <param name="key">The attribute key</param> |
48 |
| - <param name="value">The attribute value</param> |
49 |
| - <summary> |
50 |
| - Adds a key and value to the dictionary. Overridden to |
51 |
| - save the order in which keys are added. |
52 |
| - </summary> |
53 |
| - <remarks>To be added.</remarks> |
54 |
| - </Docs> |
55 |
| - </Member> |
56 |
| - <Member MemberName="Keys"> |
57 |
| - <MemberSignature Language="C#" Value="public override System.Collections.ICollection Keys { get; }" /> |
58 |
| - <MemberSignature Language="ILAsm" Value=".property instance class System.Collections.ICollection Keys" /> |
59 |
| - <MemberType>Property</MemberType> |
60 |
| - <AssemblyInfo> |
61 |
| - <AssemblyVersion>0.9.0.0</AssemblyVersion> |
62 |
| - </AssemblyInfo> |
63 |
| - <ReturnValue> |
64 |
| - <ReturnType>System.Collections.ICollection</ReturnType> |
65 |
| - </ReturnValue> |
66 |
| - <Docs> |
67 |
| - <summary> |
68 |
| - Gets the keys in the same order they were added. |
69 |
| - </summary> |
70 |
| - <value>To be added.</value> |
71 |
| - <remarks>To be added.</remarks> |
72 |
| - </Docs> |
73 |
| - </Member> |
74 | 36 | </Members>
|
75 | 37 | </Type>
|
0 commit comments