TeamMentor.UnitTests.TM_Website.TM_QA_Config_Loader_ExtensionMethods.new_UserList C# (CSharp) Method

new_UserList() public static method

public static new_UserList ( this tmQaConfig ) : List
tmQaConfig this
return List
        public static List<Test_User> new_UserList(this TM_QA_Config tmQaConfig                   )
        {
            return tmQaConfig.TestUsers = new List<Test_User>();
        }