Struct List.SizeInfo
- Namespace
- Dynamicweb.CoreUI.Lists
- Assembly
- Dynamicweb.CoreUI.dll
public record struct List.SizeInfo : IEquatable<List.SizeInfo>
- Implements
- Inherited Members
Constructors
SizeInfo(int, string)
public SizeInfo(int Size, string Name)
Parameters
Properties
Name
public string Name { readonly get; set; }
Property Value
Size
public int Size { readonly get; set; }