Property InnerEnumerable
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.assert.dll
InnerEnumerable
Gets the inner enumerable that this collection track is wrapping. This is mostly provided for simplifying other APIs which require both the tracker and the collection (for example, AreCollectionsEqual(CollectionTracker?, CollectionTracker?, IEqualityComparer, bool, out int?)).
protected IEnumerable InnerEnumerable { get; set; }