Last active
November 29, 2016 15:21
-
-
Save controlflow/3efd38534c5f733046d217ce242a797c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "System.Collections.Generic": { | |
| "IReadOnlyList`2": { | |
| "P:Keys": "NotNull", | |
| "P:Values": "NotNull", | |
| "M:TryGetValue(`0,`1@)": [ | |
| "Pure", | |
| ["ContractAnnotation", "=> true; => false, value: null"], | |
| { "key": "NotNull" } | |
| ], | |
| "M:ContainsKey(`0)": "Pure" | |
| } | |
| } | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <member name="P:System.Collections.Generic.IReadOnlyDictionary`2.Keys"> | |
| <attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" /> | |
| </member> | |
| <member name="P:System.Collections.Generic.IReadOnlyDictionary`2.Values"> | |
| <attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" /> | |
| </member> | |
| <member name="M:System.Collections.Generic.IReadOnlyDictionary`2.ContainsKey(`0)"> | |
| <attribute ctor="M:JetBrains.Annotations.PureAttribute.#ctor" /> | |
| </member> | |
| <member name="M:System.Collections.Generic.IReadOnlyDictionary`2.TryGetValue(`0,`1@)"> | |
| <attribute ctor="M:JetBrains.Annotations.PureAttribute.#ctor" /> | |
| <attribute ctor="M:JetBrains.Annotations.ContractAnnotationAttribute.#ctor(System.String)"> | |
| <argument>=>true; =>false, value: null</argument> | |
| </attribute> | |
| <parameter name="key"> | |
| <attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" /> | |
| </parameter> | |
| </member> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment