UserManagerSpecificationTestBase<TUser,TKey>.GenerateUsers Metoda

Definice

Vygenerujte uživatele Count s předponou názvu.

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)

Parametry

userNamePrefix
String
count
Int32

Návraty

List<TUser>

Platí pro