UserManagerSpecificationTestBase<TUser,TKey>.GenerateUsers Método

Definición

Genere usuarios de recuento con un prefijo de nombre.

protected:
 System::Collections::Generic::List<TUser> ^ GenerateUsers(System::String ^ userNamePrefix, int count);
protected System.Collections.Generic.List<TUser> GenerateUsers (string userNamePrefix, int count);
member this.GenerateUsers : string * int -> System.Collections.Generic.List<'User (requires 'User : null)>
Protected Function GenerateUsers (userNamePrefix As String, count As Integer) As List(Of TUser)

Parámetros

userNamePrefix
String
count
Int32

Devoluciones

List<TUser>

Se aplica a