MeshUtilities.

SetCount<T>(List<T>, int) Method

Summary

Adds members to the list (or removes them) until the count reaches the specified value.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
MeshUtilities

Syntax

public static void SetCount<T>(this List<T> list, int count) where T : new()

Type Parameters

Name Description
T

Parameters

Name Type Description
list List<T>
count int

Return Value

Type Description
void