Show / Hide Table of Contents

Class MergableSubGroups<T>

Allows group merge code to support setting the internal subgroup collection.

Inheritance
System.Object
MergableSubGroups<T>
ParameterGroup
Namespace: MESL.SqlRace.Domain.Collections
Assembly: MESL.SqlRace.Domain.dll
Syntax
public abstract class MergableSubGroups<T> : Object
Type Parameters
Name Description
T

Type of subgroup list

Constructors

MergableSubGroups()

Declaration
protected MergableSubGroups()

Properties

SubGroups

Gets the internal sub groups.

Declaration
public abstract ReadOnlyCollection<T> SubGroups { get; }
Property Value
Type Description
System.Collections.ObjectModel.ReadOnlyCollection<T>

The internal sub groups.

Back to top Generated by DocFX