Table of Contents

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

Size int
Name string

Properties

Name

public string Name { readonly get; set; }

Property Value

string

Size

public int Size { readonly get; set; }

Property Value

int
To top