Home
last modified time | relevance | path

Searched defs:Dict1 (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Xml/tests/SerializationTestTypes/
H A DCollections.cs274 public Dictionary<SimpleDC, SimpleDC> Dict1; field in SerializationTestTypes.DMInDict1
426 public Dictionary<SimpleDCWithRef, SimpleDCWithRef> Dict1; field in SerializationTestTypes.DMWithRefInDict1
/dports/devel/py-traits/traits-6.3.2/traits/tests/
H A Dtest_extended_trait_change.py299 class Dict1(List1): class