Fundamentals Program/C#/Non-primitive data types/Data structures Lists Topic 19 of 30 in C# Lists are dynamic collections that can grow and shrink in size. They provide a flexible alternative to arrays when you need to work with collections of varying sizes. More in C#Primitive data typesAccessorsForeachForTypesIntFloatBoolcharValuesLiteralNon-primitive data typesStructsClassesMethodsFieldsData structuresArraysListsstringsControl FlowLoopsConditionalselse ifreturnElseifExpressions & OperatorsArithmeticAssignment PreviousArrays Nextstrings All 48 topics in the Fundamentals Program