BetterMembership.Dummy.DummyRoleProvider.GetUsersInRole C# (CSharp) Method

GetUsersInRole() public method

public GetUsersInRole ( string roleName ) : string[]
roleName string
return string[]
        public override string[] GetUsersInRole(string roleName)
        {
            throw new NotImplementedException();
        }