| IdGeneratorNextT Method (Int32) |
Namespace:
Dynamicweb.Content.Items.Activation
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static IEnumerable<string> Next<T>(
int amount
)
where T : ItemEntry
Public Shared Function Next(Of T As ItemEntry) (
amount As Integer
) As IEnumerable(Of String)
Parameters
- amount
- Type: SystemInt32
Type Parameters
- T
Return Value
Type:
IEnumerableStringSee Also