Class ABLCA<T>
- Namespace
- SunamoCollections._public.SunamoData.Data
- Assembly
- SunamoCollections.dll
A pair of lists representing two groups for comparison results.
public class ABLCA<T>
Type Parameters
TThe type of elements in both lists.
- Inheritance
-
ABLCA<T>
- Inherited Members
- Extension Methods
Properties
FirstGroup
Gets or sets the first group of elements.
public List<T> FirstGroup { get; set; }
Property Value
- List<T>
SecondGroup
Gets or sets the second group of elements.
public List<T> SecondGroup { get; set; }
Property Value
- List<T>