Home
last modified time | relevance | path

Searched refs:DerivedList (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
DTypeExtensionsTest.cs41 public class DerivedList : List<string> { } class in Google.Protobuf.Compatibility.TypeExtensionsTest
86 [TestCase(typeof(DerivedList), "Count")] // Go up the type hierarchy
107 [TestCase(typeof(DerivedList), "RemoveAt")] // Go up the type hierarchy