Skip to content

GridDefinitionCollection<T>

Namespace: Hex1b

Assembly: Hex1b.dll

A typed collection for grid column or row definitions with convenience Add overloads.

csharp
public sealed class GridDefinitionCollection<T> : List<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable

Inheritance

ObjectList<<T>>GridDefinitionCollection<T>

Implements

Released under the MIT License.