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, IEnumerableInheritance
Object → List<<T>> → GridDefinitionCollection<T>